From d3e151904c224f4f6930e788383aea1742730ae1 Mon Sep 17 00:00:00 2001 From: Robin Universe Date: Wed, 7 Jul 2021 22:23:59 -0500 Subject: [PATCH] fixed a minor typo, actually got rid of pycache --- .gitignore | 1 - __pycache__/app.cpython-38.pyc | Bin 1065 -> 0 bytes readme.md | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .gitignore delete mode 100644 __pycache__/app.cpython-38.pyc diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5d58716..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ - __pycache__/ \ No newline at end of file diff --git a/__pycache__/app.cpython-38.pyc b/__pycache__/app.cpython-38.pyc deleted file mode 100644 index f4e7459bba4c85133af6916103c3a4c85a4f9c0b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1065 zcmZuv!A{#i5Z$$7dt(v;2({NM7nBpu0%4yj;yMR8q(nQ4|$2FFJ6-pW4v< z-s_!%_hP#{=x%lUJL34=-q2=ST#tIZK~xe>fpAB?$7VH0l3Ji1|DMU zA*OCQgO5l90$|sKH=&Na!m2jNARDwPUz(Ui$7U+d<@D|srrAZ1rKM8wiIT`906B_F zRSfAuW%i5>Bt6`@?J3aDG6-T+g1HO?<#f0BtRoYV?Dc1_s}EBAph| zZaF+p(yi#oWMdO+ouuRFXj+_RY1Auqj-o~JWYU>TD<*`I6C=d3&1Vx6dfBuTI)6Qf z?PVL5###zdg+k~IN@dRtAuh^TJ$M|{-|uCr)F}`4(n5}N0bs_F*FiCU~EM*QVXVOu>egSch1l-x)FPDaVKH z74D7fI2)UE{-hl=zA{4v&TBlMW8>KXOWw55R4%rI`zX&S8Jjixi+7NLR5MoGGg(>4 jd0y9)>3{2F8}q(w+6l^Sjq9{Q8xEr(WzHJIugmBkbbR=U diff --git a/readme.md b/readme.md index 92e321d..4dc0541 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ this script uses the youtube-dl python module, along with flask and pymongo, so By default I have the port set to 80, just cause that's what was convenient for me, but it can easily be changed, either using an environment variable, or changing the bottom line of the script itself -I have included some files to give you a head start on setting this server up with uWSGI, though if you decide to use uWSGI I suggest you set up mongoDB link caching by going into the script and change `link_cache_system` from `json` to `"DB"`, and inserting you mongoDB address, as having many workers writing to the same json file doesn't really work +I have included some files to give you a head start on setting this server up with uWSGI, though if you decide to use uWSGI I suggest you set up mongoDB link caching by going into the script and change `link_cache_system` from `json` to `"db"`, and inserting you mongoDB address, as having many workers writing to the same json file doesn't really work This project is licensed under the **Do What The Fuck You Want Public License**