Simplify settings handling
This commit is contained in:
parent
bb7bc6498c
commit
ad1fb040c4
|
@ -1,7 +1,4 @@
|
|||
# Other library imports
|
||||
from ConfigObject import ConfigObject
|
||||
|
||||
revolut_token = ""
|
||||
|
||||
settings = ConfigObject()
|
||||
settings.read("settings.ini")
|
||||
settings = ConfigObject(filename="settings.ini")
|
||||
|
|
Loading…
Reference in New Issue