mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
polybar-weather: fix missing import
This commit is contained in:
parent
62645d0a66
commit
77db51b12c
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue