Added ignore case for personal changes (just so I dont forget)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -99,3 +99,6 @@ ENV/
|
|||||||
|
|
||||||
# mypy
|
# mypy
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
|
||||||
|
memory.json
|
||||||
|
config.json
|
||||||
13
config.json
13
config.json
@@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"scrape": {"last": 0, "failed": []}}
|
|
||||||
Reference in New Issue
Block a user