Added interactive config creation

This commit is contained in:
Collin Rapp
2020-02-04 23:21:53 -08:00
parent d3799a74cf
commit f07483e68a
5 changed files with 111 additions and 27 deletions

View File

@@ -19,7 +19,8 @@ TEST_COMMENTS = False
def run():
cfg = config.Config.load()
#cfg = config.Config.load()
cfg = config.load()
levels = cfg.levels
reddit = praw.Reddit(client_id=cfg.client_id,