Merge branch 'browserloading' of https://github.com/MarcusLlewellyn/KoboldAI-Client into browserloading

This commit is contained in:
Marcus Llewellyn 2021-06-25 17:18:42 -05:00
commit 4b81ac08c2
1 changed files with 1 additions and 1 deletions

View File

@ -83,4 +83,4 @@ def getstoryfiles():
# Returns True if json file exists with requested save name
#==================================================================#
def saveexists(name):
return path.exists(path.dirname(os.path.realpath(__file__))+"/stories/"+name+".json")
return path.exists(path.dirname(os.path.realpath(__file__))+"/stories/"+name+".json")