From fa8cb27ceb04ac1599ce66f5e79a63daca7f7b79 Mon Sep 17 00:00:00 2001 From: insaneracist Date: Sat, 31 Oct 2020 15:58:53 -0700 Subject: [PATCH] import unicode_literals --- youtube_dlc/heartbeat.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/youtube_dlc/heartbeat.py b/youtube_dlc/heartbeat.py index 7c6a234de..25c0881ed 100644 --- a/youtube_dlc/heartbeat.py +++ b/youtube_dlc/heartbeat.py @@ -1,3 +1,6 @@ +# coding: utf-8 +from __future__ import unicode_literals + import time import threading import traceback