Skip to content

Commit

Permalink
working directory fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpeta committed Sep 7, 2022
1 parent ef0898e commit 2ea1cea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pesterchum.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
import time
import json

# Set working directory
if os.path.dirname(sys.argv[0]):
os.chdir(os.path.dirname(sys.argv[0]))

import ostools
import nickservmsgs
import pytwmn
Expand Down

0 comments on commit 2ea1cea

Please sign in to comment.