diff --git a/config.py b/config.py index 55c79880e..dccedd957 100644 --- a/config.py +++ b/config.py @@ -20,5 +20,5 @@ import eos.config #Caching modifiers, disable all gamedata caching, its unneeded. eos.config.gamedataCache = None # saveddata db location modifier, shouldn't ever need to touch this -eos.config.saveddata_connectionstring = "sqlite:///" + saveddata -eos.config.gamedata_connectionstring = "sqlite:///" + gamedata +eos.config.saveddata_connectionstring = "sqlite:///" + saveddata + "?check_same_thread=False" +eos.config.gamedata_connectionstring = "sqlite:///" + gamedata + "?check_same_thread=False"