mirror of
https://github.com/csd4ni3l/siege-calendar.git
synced 2026-01-01 12:33:47 +01:00
Remove slow printing, fix hour goals
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
import sys, time
|
||||
import sys
|
||||
|
||||
from datetime import date, datetime
|
||||
|
||||
def slow_print(text, interval=.03):
|
||||
for char in text:
|
||||
sys.stdout.write(char)
|
||||
sys.stdout.flush()
|
||||
time.sleep(interval)
|
||||
|
||||
sys.stdout.write('\n')
|
||||
|
||||
def getchar():
|
||||
try:
|
||||
import msvcrt
|
||||
|
||||
Reference in New Issue
Block a user