polybar-weather: fix missing import

This commit is contained in:
Vincent Bernat 2021-08-11 07:55:12 +02:00
parent 62645d0a66
commit 77db51b12c

View file

@ -8,6 +8,7 @@ import argparse
import sys import sys
import os import os
import subprocess import subprocess
import time
from systemd import journal from systemd import journal
logger = logging.getLogger("polybar-weather") logger = logging.getLogger("polybar-weather")