1.修复了一个传入参数的bug。
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user