Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Apr 14, 2022
1 parent 4f43bde commit b2e40a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding=utf-8

# import
#import logging
import time
import sys
import os
import platform
Expand All @@ -14,6 +14,10 @@
reserve.logging.info(platform.platform() + ' ' + platform.machine())
reserve.logging.info('Python version: ' + platform.python_version())

# Wait for server
time.sleep(3)
reserve.logging.info('sleep 3s to avoid incorrect server time')

# initialize map
reserve.logging.info('Initializing maps')
area_map = {'BC': '17', 'LX': '32'}
Expand Down

0 comments on commit b2e40a8

Please sign in to comment.