Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
loonsies committed Jan 12, 2025
1 parent 30fecb6 commit fa2fffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moogly.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async def ping_task(self):
# Load config from config.json file
def load_config():
dir = os.path.dirname(os.path.realpath(__file__))
config_path = os.path.join(dir, 'config.json')
config_path = os.path.join(dir, '/config/config.json')
with open(config_path, 'r') as f:
return json.load(f)

Expand Down

0 comments on commit fa2fffe

Please sign in to comment.