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

@ -10,7 +10,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.5.6"
self.rev = 2124
self.rev = 2125
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"

View File

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