mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-26 18:20:42 +00:00
d0867262e2
- Speed up retire confirm - Set default server to CN - Improve log appearance of aScreenCap init
6 lines
220 B
Python
6 lines
220 B
Python
"""
|
|
This file stores server, such as 'cn', 'en'.
|
|
Use 'import module.config.server as server' to import, don't use 'from xxx import xxx'.
|
|
"""
|
|
server = 'cn' # Setting default to cn, will avoid errors when using dev_tools
|