diff options
author | msglm <msglm@techchud.xyz> | 2024-05-11 15:49:17 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-05-11 15:49:17 -0500 |
commit | f4036585629bba17662c88c53855ede5940919c8 (patch) | |
tree | a077efeb772aa9dd3bc9f1f6652f1ede172f9815 /contrib | |
parent | efb4ea8836dbf96ecc81933fdf8ddbed18a71098 (diff) | |
download | comedyGenerator-f4036585629bba17662c88c53855ede5940919c8.tar.gz comedyGenerator-f4036585629bba17662c88c53855ede5940919c8.tar.bz2 comedyGenerator-f4036585629bba17662c88c53855ede5940919c8.zip |
add setup.py supportv1.0.3
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/config | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/config b/contrib/config new file mode 100644 index 0000000..c6669f7 --- /dev/null +++ b/contrib/config @@ -0,0 +1,21 @@ +#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/ |