From e7ef8e76a30eec573f88589e8bd1ed647632d81f Mon Sep 17 00:00:00 2001 From: azlux Date: Tue, 9 Apr 2019 14:45:34 +0200 Subject: [PATCH] Fix utf-8 #45 --- mumbleBot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mumbleBot.py b/mumbleBot.py index 801062a..be840a7 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- import threading import time