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 30bd2e7 commit e3821f6Copy full SHA for e3821f6
azure_functions_worker/loader.py
@@ -53,7 +53,7 @@ def install() -> None:
53
def convert_to_seconds(timestr: str):
54
x = time.strptime(timestr, '%H:%M:%S')
55
return int(timedelta(hours=x.tm_hour, minutes=x.tm_min,
56
- seconds=x.tm_sec).total_seconds())
+ seconds=x.tm_sec).total_seconds())
57
58
59
def uninstall() -> None:
0 commit comments