summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rw-r--r--src/python/tpt_console.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/python/tpt_console.py b/src/python/tpt_console.py
index a854756..99dbc69 100644
--- a/src/python/tpt_console.py
+++ b/src/python/tpt_console.py
@@ -75,6 +75,7 @@ def _handle(txt):
except Exception as ex:
error(ex)
+#optional step handler:
def step():
try:
a=handle.glob
@@ -86,6 +87,5 @@ def step():
error(ex)
def _step():
- #print "handling '%s'"%txt
- #print "step"
- toggle_pause()
+ #toggle_pause()
+ tpt.draw_pixel(200,200,254,254,254)