Skip to content

Commit

Permalink
[GUI] Change shebang line to not search path
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Dec 17, 2023
1 parent 7e8d587 commit 3d8504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harmonbot.pyw
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python3.11
#! /usr/bin/python3.11

import atexit
from queue import Queue
Expand Down

0 comments on commit 3d8504d

Please sign in to comment.