mirror of
https://github.com/Nick80835/microbot
synced 2025-09-05 00:45:55 +00:00
stuff and things
This commit is contained in:
@@ -4,9 +4,8 @@ from configparser import SafeConfigParser
|
||||
|
||||
|
||||
class Settings():
|
||||
def __init__(self):
|
||||
self.config = SafeConfigParser()
|
||||
self.config.read("settings.ini")
|
||||
config = SafeConfigParser()
|
||||
config.read("settings.ini")
|
||||
|
||||
def write_changes(self):
|
||||
with open('settings.ini', 'w') as config_file:
|
||||
|
Reference in New Issue
Block a user