mirror of
https://github.com/AskDavis/nate-discord.git
synced 2026-01-01 05:05:58 -08:00
fixed python version; path bugs
This commit is contained in:
@@ -10,7 +10,7 @@ DIALOGUE_STACK = []
|
||||
|
||||
def load_system_directives():
|
||||
'''Load the json file containing system directives'''
|
||||
with open('app/mabel/system_directives/system_directives.json') as f:
|
||||
with open('app/mabel/system-directives/system_directives.json') as f:
|
||||
system_directives = json.load(f)
|
||||
return system_directives
|
||||
|
||||
|
||||
Reference in New Issue
Block a user