We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ce25c commit 349274fCopy full SHA for 349274f
main.py
@@ -15,7 +15,7 @@
15
open(os.path.join(DEFAULT_INSTALL_DIR, "parameters.txt"), "w").write(params_data)
16
print("Pointed launcher to Sunrise servers.")
17
18
-# Setup the wrokaround for connection hang
+# Setup the workaround for connection hang
19
os.makedirs(os.path.join(DEFAULT_INSTALL_DIR, "hash_data"), exist_ok=True)
20
print("Added workaround for connection freeze on modern versions of Windows.")
21
0 commit comments