diff options
author | msglm <msglm@techchud.xyz> | 2025-08-17 19:53:51 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-08-17 19:53:51 -0500 |
commit | dfca165f48396398f4d9c12585e51935ce2c86f5 (patch) | |
tree | a077efeb772aa9dd3bc9f1f6652f1ede172f9815 /config | |
parent | a11bca595ad7b7beb6d58c5266c6d379a01b0cb4 (diff) | |
download | comedyGenerator-dfca165f48396398f4d9c12585e51935ce2c86f5.tar.gz comedyGenerator-dfca165f48396398f4d9c12585e51935ce2c86f5.tar.bz2 comedyGenerator-dfca165f48396398f4d9c12585e51935ce2c86f5.zip |
add setup.py support
Diffstat (limited to 'config')
-rw-r--r-- | config | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -1,21 +0,0 @@ -#Move this to ~/.config/comedyGenerator -[DEFAULT] - -#Location of the log file, if you care about that. False will disable the log file -log=False - -#Default amount of funnies to download -amount=10 - -#Default amount of jobs used when downloading -jobs=1 - -[Videos] - -#where videos will be outputted to -output=/home/msglm/Videos/unsorted/ - -[Gifs] - -#where gifs will be outputted to -output=/home/msglm/Pictures/gif/ |