1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-08 05:20:03 +03:00

td.py: Add comment about *not* moving some constants to data.py

This commit is contained in:
Athanasius 2021-04-03 11:19:49 +01:00
parent dda5a86f3d
commit a80635fb46

1
td.py
View File

@ -11,6 +11,7 @@ import time
from config import applongname, appversion, config
# These are specific to Trade Dangerous, so don't move to data.py
demandbracketmap = { 0: '?',
1: 'L',
2: 'M',