Skip to content

Commit

Permalink
(dirty) fix nyxiereal#32
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxiereal authored Dec 14, 2023
1 parent 89725c0 commit 73be7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def add_spaces(string):
def xget(ide):
try:
if ide in ['t1-1', 'm6-2', 'm7-2', 't3-2', 'l4-3', 'g2-3', 'c6-3']:
return(cl(1, add_spaces(f" [{(ide.split('-')[0])[1:]}] {tools[ide].name} DNG")))
return(cl(1, add_spaces(f" [{(ide.split('-')[0])[1:]}] {tools[ide].name} ADV")))
else:
return(add_spaces(f" [{(ide.split('-')[0])[1:]}] {tools[ide].name}"))
except:
Expand All @@ -411,7 +411,7 @@ def helpe():
f"│ 99 │ Exit │\n"
f"├─────────────────────────────────────────────────────────────┤\n"
f"│ Color │ Meaning │\n"
f"│ {cl(1, 'RED')}Dangerous Option │\n"
f"│ {cl(1, 'RED')}Advanced Option \n"
f"│ {cl(0, 'GREEN')} │ Recommended Option │\n"
f"├─────────────────────────────────────────────────────────────┤\n"
f"│ Error code │ Explanation │\n"
Expand Down

0 comments on commit 73be7b1

Please sign in to comment.