fix: logging windows

This commit is contained in:
Florian Hönicke
2023-04-10 23:55:30 +02:00
parent c984cf0fc1
commit a3d774ab54
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
import difflib
import os
import platform
if platform.system() == "Windows":
os.system("color")
def find_between(input_string, start, end):
try: