diff --git a/.gitignore b/.gitignore index 7bbc71c..0cb9237 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,6 @@ ENV/ # mypy .mypy_cache/ + +memory.json +config.json \ No newline at end of file diff --git a/config.json b/config.json deleted file mode 100644 index bd6b023..0000000 --- a/config.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "sql": { - "host": "127.0.0.1", - "user": "root", - "passwd": "toor", - "db": "osu-wayback" - }, - "scrape": { - "delay": 1, - "max_attempts": 3, - "increase_delay_on_fail": true - } -} \ No newline at end of file diff --git a/memory.json b/memory.json deleted file mode 100644 index 0b69e63..0000000 --- a/memory.json +++ /dev/null @@ -1 +0,0 @@ -{"scrape": {"last": 0, "failed": []}} \ No newline at end of file