From 9f45960fe3d054544a062112d728b77cf9f1e529 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 15 Oct 2020 12:55:27 +0100 Subject: [PATCH] dashboard: Reinstate "from calendar import timegm" This was inadvertently removed in 102fe809783141394ee31a30158c5ed81ea4d996 --- dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard.py b/dashboard.py index f117514b..7fef3a9f 100644 --- a/dashboard.py +++ b/dashboard.py @@ -1,4 +1,5 @@ import json +from calendar import timegm from os.path import isdir, isfile, join, getsize from sys import platform import time