From 0b6f263985b3ea5f46aa3a6cf50eb6f86536849e Mon Sep 17 00:00:00 2001 From: Noam Date: Mon, 11 Sep 2017 19:38:01 +0300 Subject: [PATCH] Added UTF-8 header for encoding issues --- headphones/deluge.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headphones/deluge.py b/headphones/deluge.py index fbb0b8e2..e17a6995 100644 --- a/headphones/deluge.py +++ b/headphones/deluge.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + # This file is part of Headphones. # # Headphones is free software: you can redistribute it and/or modify