mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 06:42:37 -04:00
pep8: 2 spaces before inline comments
This commit is contained in:
parent
63965fd2d9
commit
aa2b59ec5d
2 changed files with 6 additions and 6 deletions
|
@ -112,7 +112,7 @@ class OnionShareGui(QtGui.QWidget):
|
|||
self.status_bar.showMessage(strings._('gui_starting_server3', True))
|
||||
|
||||
# warn about sending large files over Tor
|
||||
if web.zip_filesize >= 157286400: # 150mb
|
||||
if web.zip_filesize >= 157286400: # 150mb
|
||||
self.filesize_warning.setText(strings._("large_filesize", True))
|
||||
self.filesize_warning.show()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue