Skip to content

Commit

Permalink
Merge pull request #663 from SorenDeveloppement/patch-1
Browse files Browse the repository at this point in the history
Update main.py | Fixing an error
  • Loading branch information
pokepetter authored Mar 8, 2024
2 parents a84e193 + 7029bb3 commit 30f5056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ursina/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(self, title='ursina', icon='textures/ursina.ico', borderless=True,

try:
from ursina import gamepad
except e as Exception:
except Exception as e:
print(e)

if application.window_type != 'none':
Expand Down

0 comments on commit 30f5056

Please sign in to comment.