Skip to content

Commit

Permalink
open in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
xMistt committed May 15, 2021
1 parent b54bddd commit 427430d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async def start(self) -> None:
print('Opening device code link in a new tab.')

device_code = await self.create_device_code()
webbrowser.open(f"https://www.epicgames.com/activate?userCode={device_code[0]}")
webbrowser.open(f"https://www.epicgames.com/activate?userCode={device_code[0]}", new=1)

user = await self.wait_for_device_code_completion(code=device_code[1])
device_auths = await self.create_device_auths(user)
Expand Down

0 comments on commit 427430d

Please sign in to comment.