Nasty punctuation marks

dev
supopur 2 years ago
parent 6d6c97fe40
commit 9c38cf4923

@ -129,7 +129,7 @@ class API:
#Dumps all the toml data from self.config and stores it inside toml.config
def save_config(self):
try:
with open("config.toml", w) as f:
with open("config.toml", "w") as f:
self.log("inf", "Saving the configuration file...")
toml.dump(self.config, f)
self.log("inf", "Config was saved to config.toml")

Loading…
Cancel
Save