[09.10.20] Wrong Service mentioned for log

This commit is contained in:
andrewso 2020-10-09 18:18:49 +01:00
parent a9ec303f3f
commit 5a6cabd3db

View File

@ -42,7 +42,7 @@ def callProbes():
if __name__ == '__main__':
setup_logging()
log("Starting Spam Filter...", 'INFO')
log("Starting Sentiment Analyser...", 'INFO')
sys.stdout.flush()
Thread(target=callProbes).start()