Skip to content

Commit

Permalink
[Normal] Prepare TIK5
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed May 25, 2024
1 parent 7c75c0d commit bb32793
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions log.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
from time import strftime


def LOG(info):
print('[%s] %s\n' % (strftime('%H:%M:%S'), info))


def LOGI(info):
print('[%s] \033[94m[INFO]\033[0m%s\n' % (strftime('%H:%M:%S'), info))


def LOGE(info):
print('[%s] \033[91m[ERROR]\033[0m%s\n' % (strftime('%H:%M:%S'), info))


def LOGW(info):
print('[%s] \033[93m[WARNING]\033[0m%s\n' % (strftime('%H:%M:%S'), info))


def LOGS(info):
print('[%s] \033[92m[SUCCESS]\033[0m%s\n' % (strftime('%H:%M:%S'), info))

Expand Down
2 changes: 1 addition & 1 deletion pycase.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
set directory case sensitive on Windows directly with ctypes
set directory case-sensitive on Windows directly with ctypes
**requires WSL to be enabled**
Expand Down

0 comments on commit bb32793

Please sign in to comment.