From 5489d351439d32b5a432190b98bb97a8e8fde123 Mon Sep 17 00:00:00 2001 From: msglm Date: Wed, 11 Jan 2023 20:51:08 -0600 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