mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Tests: always display all warnings
WebHost: fix a warning about new cache names
This commit is contained in:
@@ -46,7 +46,7 @@ app.config["PONY"] = {
|
|||||||
'create_db': True
|
'create_db': True
|
||||||
}
|
}
|
||||||
app.config["MAX_ROLL"] = 20
|
app.config["MAX_ROLL"] = 20
|
||||||
app.config["CACHE_TYPE"] = "simple"
|
app.config["CACHE_TYPE"] = "flask_caching.backends.SimpleCache"
|
||||||
app.config["JSON_AS_ASCII"] = False
|
app.config["JSON_AS_ASCII"] = False
|
||||||
app.config["PATCH_TARGET"] = "archipelago.gg"
|
app.config["PATCH_TARGET"] = "archipelago.gg"
|
||||||
|
|
||||||
|
@@ -0,0 +1,2 @@
|
|||||||
|
import warnings
|
||||||
|
warnings.simplefilter("always")
|
||||||
|
Reference in New Issue
Block a user