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 | 870e1acfc1ca1b35e4d48cb6c9bb8dd975408a7a (patch) | |
tree | 72f1780143b5e3f49331b9b495919fec9706c97d /config | |
parent | 744a691d693c18ae2a56c5c4f851ca341c1753f5 (diff) | |
download | comedyGenerator-870e1acfc1ca1b35e4d48cb6c9bb8dd975408a7a.tar.gz comedyGenerator-870e1acfc1ca1b35e4d48cb6c9bb8dd975408a7a.tar.bz2 comedyGenerator-870e1acfc1ca1b35e4d48cb6c9bb8dd975408a7a.zip |
logging and config capabilties introduced. removed source url
Diffstat (limited to 'config')
-rw-r--r-- | config | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#Move this to ~/.config/comedyGenerator +[DEFAULT] + +#Dictates where videos will be outputted to +output=./ + +#Location of the log file, if you care about that. False will disable the log file +log=False |