Cleanup some mess

still a lot to do
This commit is contained in:
2024-02-06 13:49:43 +01:00
parent 4aaf59df90
commit 04e2bf9d27
-1
View File
@@ -24,7 +24,6 @@ if __name__ == "__main__":
config = configparser.ConfigParser()
config.read('config.ini')
# FIXME: put into config
username = config['LOGIN']['username']
password = config['LOGIN']['password']
account_name = config['LOGIN']['account_name']