mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
config.py: Don't need to sub-class object
This commit is contained in:
parent
cb795b2230
commit
1e24c297e0
@ -116,7 +116,7 @@ elif platform == 'linux':
|
||||
from configparser import RawConfigParser
|
||||
|
||||
|
||||
class Config(object):
|
||||
class Config():
|
||||
"""Object that holds all configuration data."""
|
||||
|
||||
OUT_MKT_EDDN = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user