Warn before return lul

pre_flow
Tyler Goodlet 2022-04-15 12:04:47 -04:00
parent d4e1464b66
commit 281f06a0f8
1 changed files with 1 additions and 1 deletions

View File

@ -2549,8 +2549,8 @@ async def data_reset_hack(
try:
import i3ipc
except ImportError:
return False
log.warning('IB data hack no-supported on ur platformz')
return False
i3 = i3ipc.Connection()
t = i3.get_tree()