Skip to content

Commit

Permalink
Merge pull request #2 from x753/patch-2
Browse files Browse the repository at this point in the history
Make searching interval consistent
  • Loading branch information
Jakhaxz authored Oct 4, 2022
2 parents b6df7e9 + 3445d95 commit 354c5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def init_main():
break
except:
print("Searching for an open Spotify.exe process...")
await asyncio.sleep(3)
await asyncio.sleep(5)

splash()

Expand Down

0 comments on commit 354c5fe

Please sign in to comment.