Skip to content

Commit

Permalink
test private server joiner
Browse files Browse the repository at this point in the history
  • Loading branch information
Atillart-One committed Jun 24, 2022
1 parent 87675c0 commit 7c2f1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added icon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def vanilla():
if private_servers is False:
webbrowser.open('steam://rungameid/374320')
else:
gameRunner.join(dir_path + "/DarkSoulsIII.exe")
gameRunner.join(bytes(dir_path + "/DarkSoulsIII.exe"))

def launch():
delete()
Expand Down Expand Up @@ -279,7 +279,7 @@ def launch():
if private_servers is False:
webbrowser.open('steam://rungameid/374320')
else:
gameRunner.join(dir_path + "/DarkSoulsIII.exe")
gameRunner.join(bytes(dir_path + "/DarkSoulsIII.exe"))

if git_enabled == 1:
class CloneProgress(git.RemoteProgress):
Expand Down

0 comments on commit 7c2f1e8

Please sign in to comment.