summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo
diff options
context:
space:
mode:
authorShin-myoung-serp <relent95@naver.com>2022-09-29 06:40:51 (GMT)
committerGitHub <noreply@github.com>2022-09-29 06:40:51 (GMT)
commit4652093e1b816b78e9a585d671a807ce66427417 (patch)
treeeb1d30ef51d8277066dba5d8d9f19984552cb701 /Lib/turtledemo
parentc759944f16ed9887a77d5ebd738f17f3892c2476 (diff)
downloadcpython-4652093e1b816b78e9a585d671a807ce66427417.zip
cpython-4652093e1b816b78e9a585d671a807ce66427417.tar.gz
cpython-4652093e1b816b78e9a585d671a807ce66427417.tar.bz2
gh-91212: Fixed flickering when the tracer is turned off (#95129)
Fixed flickering when the tracer is turned off.
Diffstat (limited to 'Lib/turtledemo')
-rwxr-xr-xLib/turtledemo/clock.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/turtledemo/clock.py b/Lib/turtledemo/clock.py
index 62c8851..9f8585b 100755
--- a/Lib/turtledemo/clock.py
+++ b/Lib/turtledemo/clock.py
@@ -109,7 +109,6 @@ def tick():
writer.write(datum(t),
align="center", font=("Courier", 14, "bold"))
writer.forward(85)
- tracer(True)
second_hand.setheading(6*sekunde) # or here
minute_hand.setheading(6*minute)
hour_hand.setheading(30*stunde)