mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 18:07:37 +03:00
removed unicode specifier from string
python3 strings are always unicode
This commit is contained in:
parent
07c43d3057
commit
7b231fb244
@ -30,7 +30,7 @@ import requests
|
||||
from config import config
|
||||
|
||||
|
||||
STATION_UNDOCKED: str = u'×' # "Station" name to display when not docked = U+00D7
|
||||
STATION_UNDOCKED: str = '×' # "Station" name to display when not docked = U+00D7
|
||||
|
||||
this: Any = sys.modules[__name__] # For holding module globals
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user