Skip to content

Commit 94d8f3b

Browse files
committed
fixed wrong import
2 parents cd18a61 + b75b3cb commit 94d8f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/utils/stop_and_restart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from __future__ import absolute_import
1010
from telegram import (ReplyKeyboardRemove, ParseMode)
1111
import time
12-
import conf.ext_greenhouse_lib as lib
12+
import conf.lib_ext_greenhouse as lib
1313
import conf.greenhouse_config as conf
1414
import peripherals.four_digit.display as display
1515
import logger.logger as log

0 commit comments

Comments
 (0)