diff --git a/luckynumber-ONG-2018-12-3.py b/luckynumber-ONG-2018-12-3.py index a2b328c..5b65350 100644 --- a/luckynumber-ONG-2018-12-3.py +++ b/luckynumber-ONG-2018-12-3.py @@ -239,7 +239,7 @@ def Sqrt(a): # Beijing time 2018-11-23-15:45:00 # each round will last 3 minutes -StartTime = 1542955500 +StartTime = 1544527260 RoundDurationMinutes = 3 @@ -1435,4 +1435,4 @@ def concatKey(str1,str2): :return: string1_string2 """ return concat(concat(str1, '_'), str2) -######################### Utility Methods End ######################### \ No newline at end of file +######################### Utility Methods End #########################