From 96ba564525c08f0aa1860cf8c5e969854af9afc5 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Thu, 5 Nov 2020 11:46:48 +0100 Subject: [PATCH] fix missing import for main menu --- screenless/bureau/ihr/ihr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/screenless/bureau/ihr/ihr.py b/screenless/bureau/ihr/ihr.py index b11ffc5..7da567b 100644 --- a/screenless/bureau/ihr/ihr.py +++ b/screenless/bureau/ihr/ihr.py @@ -1,3 +1,4 @@ +from base64 import b64encode import json import os import signal