From f9de1371058ece8a7f2f7ea1ce0b8dc9edd8e4f8 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 23 Jul 2020 14:40:53 +0100 Subject: [PATCH] Add import of os.path.expanduser --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 3e2d0af5..f18e2121 100644 --- a/monitor.py +++ b/monitor.py @@ -4,7 +4,7 @@ import re import threading from operator import itemgetter from os import listdir, SEEK_SET, SEEK_CUR, SEEK_END -from os.path import basename, isdir, join +from os.path import basename, expanduser, isdir, join from sys import platform from time import gmtime, localtime, sleep, strftime, strptime, time from calendar import timegm