Rev2125, Fix missing if line

This commit is contained in:
shortcutme 2017-06-21 00:03:26 +02:00
parent fd1f104f4e
commit 401d3ec1c9
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ import sys
def main():
if "--silent" not in sys.argv:
print "- Starting ZeroNet..."
main = None