Skip to content

Commit

Permalink
Fix obscure Python error again O_o
Browse files Browse the repository at this point in the history
  • Loading branch information
nythepegasus committed Mar 31, 2024
1 parent f531cd1 commit 8c08ead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SideJITServer/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

from . import start_server

start_server()
if __name__ == '__main__':
start_server()

0 comments on commit 8c08ead

Please sign in to comment.