Skip to content

Commit 010429c

Browse files
authored
fixed pyinstaller missing module (#171)
* fixed pyinstaller missing module
1 parent fe10cfd commit 010429c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gui/windows.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
from math import floor
33

44
import timeago
5+
from timeago import locales
6+
from timeago.locales import en
57

68
from gui.gui import DisplayWindow
79
from utils.config import MIN_RESULTS

0 commit comments

Comments
 (0)