mirror of
https://github.com/csd4ni3l/browser.git
synced 2026-01-01 04:03:43 +01:00
remove double resource path addition
This commit is contained in:
2
run.py
2
run.py
@@ -21,8 +21,6 @@ from arcade.experimental.controller_window import ControllerWindow
|
|||||||
|
|
||||||
sys.excepthook = on_exception
|
sys.excepthook = on_exception
|
||||||
|
|
||||||
pyglet.resource.path.append(os.getcwd())
|
|
||||||
pyglet.font.add_directory('./assets/fonts')
|
|
||||||
if not log_dir in os.listdir():
|
if not log_dir in os.listdir():
|
||||||
os.makedirs(log_dir)
|
os.makedirs(log_dir)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user