summaryrefslogtreecommitdiffhomepage
path: root/host/simu/view/table_eurobot2008.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/simu/view/table_eurobot2008.py')
-rw-r--r--host/simu/view/table_eurobot2008.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/simu/view/table_eurobot2008.py b/host/simu/view/table_eurobot2008.py
index afe8bc99..71341490 100644
--- a/host/simu/view/table_eurobot2008.py
+++ b/host/simu/view/table_eurobot2008.py
@@ -97,5 +97,5 @@ class Table (Drawable):
if __name__ == '__main__':
from simu.inter.inter import Inter
app = Inter ()
- Table (app.table_view)
+ Table (app.table_view, None)
app.mainloop ()