Commit 9bbecfb9 authored by Seblu's avatar Seblu
Browse files

Display message when config file is loaded

parent f1529cc7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -205,6 +205,7 @@ class Aurbot(object):
			except Exception as exp:
				self.init_config()
				debug("Unable to parse config file, empty one used: %s" % str(exp))
			info("Config file loaded %s" % self.config_path)

	def send_message(self, msg):
		debug(msg)