mirror of
https://github.com/fastogt/pyfastogt
synced 2025-03-09 23:38:55 +00:00
Make 1 thread
This commit is contained in:
parent
47819920bf
commit
d30707432c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue