1.修复了一个传入参数的bug。
This commit is contained in:
parent
f0597ceaa7
commit
107228c6b6
|
|
@ -9,6 +9,7 @@ def find_main():
|
||||||
return config.get_main_path()
|
return config.get_main_path()
|
||||||
|
|
||||||
|
|
||||||
|
# *args cannot be ignore
|
||||||
def _custom_time(*args):
|
def _custom_time(*args):
|
||||||
utc_dt = datetime.datetime.utcnow()
|
utc_dt = datetime.datetime.utcnow()
|
||||||
converted = utc_dt + datetime.timedelta(hours=8)
|
converted = utc_dt + datetime.timedelta(hours=8)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue