mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-08-03 13:27:30 +03:00
Remove sleep before printing shortcut result
Removed unnecessary sleep before printing shortcut creation result.
This commit is contained in:
@@ -4165,7 +4165,6 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir, lau
|
||||
print("WebSocket connected")
|
||||
|
||||
result = inject_and_create_shortcut(ws, new_entry)
|
||||
time.sleep(3.0)
|
||||
print("Shortcut creation result:", result)
|
||||
|
||||
shortcut_id = None
|
||||
|
||||
Reference in New Issue
Block a user