Skip to content

Commit 7aa060c

Browse files
committed
Improve formatting
1 parent 7f151ea commit 7aa060c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

weblinx/utils/format.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,8 @@ def format_uid(turn, uid_key="data-webtasks-id", return_as="dict"):
476476

477477

478478
def format_timestamp(
479-
turn,
479+
turn=None,
480+
timestamp=None,
480481
start_time=0,
481482
convert_to_minutes=True,
482483
time_template="{m:02}:{s:02}",

0 commit comments

Comments
 (0)