Skip to content

Commit

Permalink
Update user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DNNDHH authored Oct 22, 2024
1 parent 7efbb71 commit cca75c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def lq003(self):
if item.get('baseShopId') == max_base_shop_s_id:
closedAt = item.get('closedAt')

response_time = str(mytime.GetTimeStamp())
response_time = mytime.GetTimeStamp()
if response_time > 1700000000:
current_time = response_time
main.logger.info(f"{current_time}")
Expand Down

0 comments on commit cca75c1

Please sign in to comment.