Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
Diffstat (limited to 'talogo.py')
-rw-r--r--talogo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/talogo.py b/talogo.py
index 0215f04..96ebd61 100644
--- a/talogo.py
+++ b/talogo.py
@@ -1086,6 +1086,9 @@ def showlabel(lc,label):
elif label=='#overflowerror':
shp = 'overflowerror'
label=''
+ elif label=='#notanumber':
+ shp = 'overflowerror'
+ label=''
else:
shp = 'status'
lc.tw.status_spr.set_shape(lc.tw.status_shapes[shp])