Skip to content

Commit

Permalink
Fix starting ZeroNet via start.py (HelloZeroNet#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa authored and HelloZeroNet committed Jun 27, 2019
1 parent 753396a commit 1117569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def main():
if "--open_browser" not in sys.argv:
sys.argv = [sys.argv[0]] + ["--open_browser", "default_browser"] + sys.argv[1:]
zeronet.main()
zeronet.start()

if __name__ == '__main__':
main()

0 comments on commit 1117569

Please sign in to comment.