From 870e1acfc1ca1b35e4d48cb6c9bb8dd975408a7a Mon Sep 17 00:00:00 2001 From: msglm Date: Sun, 17 Aug 2025 19:53:51 -0500 Subject: logging and config capabilties introduced. removed source url --- config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config (limited to 'config') diff --git a/config b/config new file mode 100644 index 0000000..a41902d --- /dev/null +++ b/config @@ -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 -- cgit v1.2.3