Nope... thats not how git works... oh well
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -98,7 +98,4 @@ ENV/
|
|||||||
/site
|
/site
|
||||||
|
|
||||||
# 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": []}}
|
||||||
Reference in New Issue
Block a user