pep8: 2 spaces before inline comments

This commit is contained in:
Thomas Waldmann 2014-11-18 18:37:17 +01:00
parent 63965fd2d9
commit aa2b59ec5d
2 changed files with 6 additions and 6 deletions

View file

@ -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()