Skip to content

Commit

Permalink
Fixed TUI not loading from a variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
0hStormy committed Nov 20, 2024
1 parent 75446f3 commit 5b1762c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rift.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
import tty
from datetime import datetime

riftversion = "git"
riftversion = "24.11.2"
cliMode = False

# Color printing
def cprint(text, color):
Expand Down

0 comments on commit 5b1762c

Please sign in to comment.