Skip to content

Commit

Permalink
🐛 fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Xm798 committed Aug 23, 2022
1 parent da46503 commit b2da93f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reserve.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def encode_multipart_formdata(fields):
content_type = 'multipart/form-data; boundary=%s' % boundary
return content_type, body

@staticmethod
def time_check(self) -> None:
if time_now() < start_time:
delta = float((start_time - time_now()).total_seconds())
Expand Down

0 comments on commit b2da93f

Please sign in to comment.