Skip to content

Commit

Permalink
HotFix
Browse files Browse the repository at this point in the history
  • Loading branch information
tassosmak committed Nov 12, 2022
1 parent 6c83e17 commit ce96fa7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,9 @@ def CommandList(Command=0, cmd_pl=0, safe_md=False):
CommandSay(answer="This Function isn't available within this mode", color="FALI")

if Command == "latest":
# Boot.Run = True
# Boot.SecondaryTask(file_name="LineRetriver")
from src import LineRetriver
LineRetriver.Lastlines()
Boot.Run = True
Boot.SecondaryTask(file_name="LineRetriver")

LCommand = Command


Expand Down

0 comments on commit ce96fa7

Please sign in to comment.