Skip to content

Commit

Permalink
Update service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Feb 25, 2024
1 parent a834328 commit a750e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Set working directory
os.chdir(path)

from discordgsm import client # noqa: E402
from discordgsm.main import client # noqa: E402


class WindowsService(win32serviceutil.ServiceFramework):
Expand Down

0 comments on commit a750e90

Please sign in to comment.