Skip to content

Commit aa09192

Browse files
committed
one more tweak to the workaround
1 parent b191a40 commit aa09192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/romloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def main():
9999
conn.List(path)
100100
except:
101101
conn.close()
102-
sleep(5)
102+
sleep(1)
103103
# initiate connection to the websocket server
104104
conn = usb2snes()
105105

0 commit comments

Comments
 (0)