2
0
mirror of https://github.com/Nick80835/microbot synced 2025-09-05 00:45:55 +00:00

stuff and things

This commit is contained in:
Nick80835
2020-07-18 15:11:09 -04:00
parent 13da892ada
commit c59feffe15
4 changed files with 85 additions and 101 deletions

View File

@@ -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: