We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9433e58 commit 8027718Copy full SHA for 8027718
snippets/pyaloha/ccode.py
@@ -40,7 +40,7 @@ class PythonEventTime(object):
40
delta_past = 6 * 30 * msec_in_a_day
41
delta_future = 1 * msec_in_a_day
42
43
- def __init__(self, client_dtime, server_dtime):
+ def __init__(self, server_dtime, client_dtime):
44
if client_dtime < server_dtime - self.delta_past or\
45
client_dtime > server_dtime + self.delta_future:
46
dtime = server_dtime
0 commit comments