Skip to content
Snippets Groups Projects
Commit 7932ca24 authored by ale's avatar ale
Browse files

update stats once after termination

parent 4332a30d
Branches
Tags v0.1.2
No related merge requests found
......@@ -339,6 +339,8 @@ class StateMachine(object):
stats_thread.join()
self.running = False
self.compute_stats()
@classmethod
def new_with_fd(cls, dbfile, inputfd=None, num_workers=10,
enable_http=False, http_port=3030):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment