Skip to content

Commit

Permalink
fix: remove time from linegraph demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Apr 17, 2022
1 parent 1f6555e commit d56818c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hooman/demos/linegraph.py
@@ -1,14 +1,9 @@
from hooman import Hooman
import time



window_width, window_height = 500, 500
hapi = Hooman(window_width, window_height)


time.sleep(10)

mouse_x = {
"label": "mouse x",
"color": (0, 255, 0),
Expand Down

0 comments on commit d56818c

Please sign in to comment.