Skip to content

Commit

Permalink
match refactoring: init method no longer takes args
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19973 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 30, 2018
1 parent 6504377 commit db079b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ def connect():
app.hello_extra = {"connect" : False}
else:
app = make_client(error_cb, opts)
app.init(opts, args)
app.init(opts)
app.init_ui(opts)
app.hello_extra = hello_extra
app.setup_connection(connect())
Expand Down

0 comments on commit db079b9

Please sign in to comment.