1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-03-09 23:38:55 +00:00

Make 1 thread

This commit is contained in:
topilski 2018-03-09 12:36:15 +03:00
parent 47819920bf
commit d30707432c
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ class Message(object):
class Policy(object):
def __init__(self, cb = None):
def __init__(self, cb=None):
self.progress_ = 0.0
self.cb_ = cb