Skip to content

Commit 472a673

Browse files
committed
fixed python changes
1 parent b003537 commit 472a673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cticf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re, os
66
from colorama import *
77

8-
if os.name() == "nt": just_fix_windows_console()
8+
if os.name == "nt": just_fix_windows_console()
99

1010
def get_color(color: str):
1111
ground, brightness = {
@@ -49,4 +49,4 @@ def rfile(path: str):
4949
def inserts(text: str, *strings):
5050
for string in strings:
5151
text = text.replace("$$", str(string), 1)
52-
return text
52+
return text

0 commit comments

Comments
 (0)