Skip to content

Commit 8e6c0b3

Browse files
authored
babe wake up they cahnged the flag name for SOME reason
omgggg!!!!!!!!!!!
1 parent d52997e commit 8e6c0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlbot_gui/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def launch_eel(use_chrome):
728728
# installed to pip locally using this technique https://stackoverflow.com/a/49684835
729729
# The suppress_error=True avoids the error "'options' argument deprecated in v1.0.0", we need to keep the
730730
# options argument since a lot of our user base has an older version of eel.
731-
eel.start('main.html', size=(1300, 870), block=False, callback=on_websocket_close, options=options,
731+
eel.start('main.html', size=(1300, 870), block=False, close_callback=on_websocket_close, options=options,
732732
disable_cache=True, mode=browser_mode, port=port, suppress_error=True)
733733

734734

0 commit comments

Comments
 (0)