Skip to content

Commit 9572aa2

Browse files
Update textual clock.py
1 parent 24705c3 commit 9572aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: textual clock/textual clock.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def time():
88
string=strftime('%A %D %H:%M:%S: %p')
9-
print(colored(string, "green")#you can also replace with another color
9+
print(colored(string, "green"))#you can also replace with another color
1010
sleep(1.00)
1111
os.system("cls")
1212
time()

0 commit comments

Comments
 (0)