bugfix
This commit is contained in:
parent
78df413d4e
commit
14de707d79
Binary file not shown.
Binary file not shown.
@ -15,6 +15,7 @@ def days_between(date_str1, date_str2):
|
|||||||
|
|
||||||
# Get the number of days
|
# Get the number of days
|
||||||
days = abs(delta.days)
|
days = abs(delta.days)
|
||||||
|
return days
|
||||||
|
|
||||||
def curDatetime():
|
def curDatetime():
|
||||||
return datetime.now()
|
return datetime.now()
|
||||||
|
Loading…
Reference in New Issue
Block a user