Unverified Commit bde81de6 by Corey Koval Committed by GitHub

Fixed seconds/milliseconds issue.

parent 692be715
...@@ -784,7 +784,7 @@ if __name__ == '__main__': ...@@ -784,7 +784,7 @@ if __name__ == '__main__':
ms.receiving = options.disable ms.receiving = options.disable
ms.plotintersects = options.plotintersects ms.plotintersects = options.plotintersects
max_age = 5 max_age = 5000
web = threading.Thread(target=start_server,args=(options.ipaddr, options.port)) web = threading.Thread(target=start_server,args=(options.ipaddr, options.port))
web.daemon = True web.daemon = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment