Skip to content

Commit e742d43

Browse files
committed
added colorama
1 parent c332f07 commit e742d43

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ cryptography==41.0.7
88
bcrypt==4.1.2
99
itsdangerous==2.1.2
1010
slowapi==0.1.9
11-
11+
colorama==0.4.6

run.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
import subprocess
1010
from pathlib import Path
1111

12+
try:
13+
import colorama
14+
colorama.just_fix_windows_console()
15+
except ImportError:
16+
colorama = None
17+
1218
def main():
1319
print("🚀 Starting NoteDiscovery...\n")
1420

0 commit comments

Comments
 (0)