Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 67fe8ee

Browse files
author
Andreas Sas
committed
Update functions.py
1 parent 50ffadf commit 67fe8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AthenaColor/functions/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def round_half_up(value:int|float) -> int: # because Twidi didn't like RoundCorr
2626
def fix_console():
2727
# Apply a quick fix to make
2828
if sys.platform == 'win32':
29-
os.system("models/Color")
29+
os.system("color")

0 commit comments

Comments
 (0)