From 616da070080f51bc59d3c0f42d7b0192edeb9b2c Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Tue, 5 Jul 2022 18:52:28 +0100 Subject: [PATCH] chore: remove config.toml and add to gitignore --- .gitignore | 2 ++ config.toml | 19 ------------------- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 config.toml diff --git a/.gitignore b/.gitignore index 4ee3693..793db5d 100644 --- a/.gitignore +++ b/.gitignore @@ -241,3 +241,5 @@ reddit-bot-351418-5560ebc49cac.json *.pyc video_creation/data/videos.json video_creation/data/envvars.txt + +config.toml diff --git a/config.toml b/config.toml deleted file mode 100644 index baba72c..0000000 --- a/config.toml +++ /dev/null @@ -1,19 +0,0 @@ -[settings] -allow_nsfw = false -theme = "light" -times_to_run = 1 -opacity = 0.9 -storymode = false - -[reddit.creds] -client_id = "adsfadsfasdf" -client_secret = "adsfasdfadsfasdfasdf" -username = "asdfasdfadsf" -password = "asdfasdfadsf" -2fa = false - -[reddit.thread] -random = false -subreddit = "asdfasdfadsfadsfadfs" -post_id = "asdfasdfasdf" -max_comment_length = 500