This commit is contained in:
Akinwale Ariwodola 2018-08-09 22:58:20 +01:00
parent 5cb965639f
commit 2a3fe9e354

View file

@ -138,7 +138,7 @@ def start():
daemon.start_listening()
reactor.run()
else:
log.info("Not connected to internet, unable to start")
log.info("Not connected to the Internet. Unable to start.")
if __name__ == '__main__':