mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Yet another silly mistake. Sigh.
This commit is contained in:
@ -83,4 +83,4 @@ def getstoryfiles():
|
|||||||
# Returns True if json file exists with requested save name
|
# Returns True if json file exists with requested save name
|
||||||
#==================================================================#
|
#==================================================================#
|
||||||
def saveexists(name):
|
def saveexists(name):
|
||||||
return path.exists(path.dirname(os.path.realpath(__file__))+"/stories/"+name+".json")
|
return path.exists(path.dirname(path.realpath(__file__))+"/stories/"+name+".json")
|
||||||
|
Reference in New Issue
Block a user