Skip to content

Commit

Permalink
change to filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
killswitch committed Jan 13, 2024
1 parent fbec152 commit afc075a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jen.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def main(question, config):
print(f"Jen: {reply}")

if __name__ == "__main__":
with open('/home/killswitch/config.json') as config_file:
with open('config.json', 'r') as config_file:
config = json.load(config_file)

if config['mode'] == "single" and len(sys.argv) < 2:
Expand Down

0 comments on commit afc075a

Please sign in to comment.