mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
pep8: blank after comma and colon
This commit is contained in:
parent
179eefae29
commit
63965fd2d9
4 changed files with 10 additions and 10 deletions
|
@ -153,7 +153,7 @@ class OnionShareGui(QtGui.QWidget):
|
|||
self.start_server_finished.emit()
|
||||
|
||||
self.status_bar.showMessage(strings._('gui_starting_server2', True))
|
||||
t = threading.Thread(target=finish_starting_server, kwargs={'self':self})
|
||||
t = threading.Thread(target=finish_starting_server, kwargs={'self': self})
|
||||
t.daemon = True
|
||||
t.start()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue