From fa85205fd0499f361b243943777590b348df290b Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 11 Jan 2021 22:20:48 -0700 Subject: replace config.py with cli args, cleanup --- allium/config.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 allium/config.py (limited to 'allium/config.py') diff --git a/allium/config.py b/allium/config.py deleted file mode 100644 index 67a1934..0000000 --- a/allium/config.py +++ /dev/null @@ -1,13 +0,0 @@ -''' -File: config.py - -Configuration dict used in the generation of HTML documents - -:output_root: path to output directory (created if not exists) -:onionoo_url: url to onionoo details document -''' - -CONFIG = { - 'output_root': 'www', - 'onionoo_url': 'https://onionoo.torproject.org/details' -} -- cgit v1.2.3-54-g00ecf