Nope... thats not how git works... oh well

This commit is contained in:
Sunpy 2018-01-12 22:35:26 +01:00
parent 98ebb96944
commit 2bf1baf3b3
3 changed files with 15 additions and 4 deletions

3
.gitignore vendored
View File

@ -99,6 +99,3 @@ ENV/
# mypy
.mypy_cache/
memory.json
config.json

13
config.json Normal file
View File

@ -0,0 +1,13 @@
{
"sql": {
"host": "127.0.0.1",
"user": "root",
"passwd": "toor",
"db": "osu-wayback"
},
"scrape": {
"delay": 1,
"max_attempts": 3,
"increase_delay_on_fail": true
}
}

1
memory.json Normal file
View File

@ -0,0 +1 @@
{"scrape": {"last": 0, "failed": []}}