Skip to content

Commit

Permalink
class LastTime use double
Browse files Browse the repository at this point in the history
  • Loading branch information
oPromessa committed Mar 4, 2018
1 parent 14dee7c commit f81d8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploadr.py
Expand Up @@ -552,7 +552,7 @@ def __init__(self, name):
def start(self):
self.ratelock = multiprocessing.Lock()
self.cnt = multiprocessing.Value('i', 0)
self.last_time_called = multiprocessing.Value('f', 0.0)
self.last_time_called = multiprocessing.Value('d', 0.0)
# self.debug('start')

def acquire(self):
Expand Down

0 comments on commit f81d8a4

Please sign in to comment.