Cleanup some mess
still a lot to do
This commit is contained in:
@@ -24,7 +24,6 @@ if __name__ == "__main__":
|
|||||||
config = configparser.ConfigParser()
|
config = configparser.ConfigParser()
|
||||||
config.read('config.ini')
|
config.read('config.ini')
|
||||||
|
|
||||||
# FIXME: put into config
|
|
||||||
username = config['LOGIN']['username']
|
username = config['LOGIN']['username']
|
||||||
password = config['LOGIN']['password']
|
password = config['LOGIN']['password']
|
||||||
account_name = config['LOGIN']['account_name']
|
account_name = config['LOGIN']['account_name']
|
||||||
|
|||||||
Reference in New Issue
Block a user