Nope... thats not how git works... oh well
This commit is contained in:
parent
98ebb96944
commit
2bf1baf3b3
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -99,6 +99,3 @@ ENV/
|
||||||
|
|
||||||
# mypy
|
# mypy
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
|
||||||
memory.json
|
|
||||||
config.json
|
|
13
config.json
Normal file
13
config.json
Normal 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
1
memory.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"scrape": {"last": 0, "failed": []}}
|
Loading…
Reference in New Issue
Block a user