Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/engine.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/engine.py')
-rw-r--r--tutorius/engine.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tutorius/engine.py b/tutorius/engine.py
index 396a9e1..192bdde 100644
--- a/tutorius/engine.py
+++ b/tutorius/engine.py
@@ -19,7 +19,6 @@ class Engine:
"""
if self._bm = None:
self._bm = addon.create("BubbleMessage")
-
self._bm.position = (300,300)
self._bm.message = "Tutorial Started"
@@ -30,7 +29,6 @@ class Engine:
""" Stop the current tutorial
"""
self._probe.uninstall(self._bm)
- self._bm = None
def pause(self):
""" Interrupt the current tutorial and save its state in the journal