Skip to content

Commit

Permalink
PR Test - Code Change
Browse files Browse the repository at this point in the history
  • Loading branch information
YozoraXCII committed Jun 26, 2024
1 parent b804b50 commit 0688319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kometa.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from modules.logs import MyLogger

if sys.version_info[0] != 3 or sys.version_info[1] < 8:
print("Version Error: Version: %s.%s.%s incompatible please use Python 3.8+" % (sys.version_info[0], sys.version_info[1], sys.version_info[2]))
print("Version Error: Version: %s.%s.%s incompatible, please use Python 3.8+" % (sys.version_info[0], sys.version_info[1], sys.version_info[2]))
sys.exit(0)

try:
Expand Down

0 comments on commit 0688319

Please sign in to comment.