diff --git a/python/__init__.py b/python/__init__.py index 7a1c329b..41c03908 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -33,5 +33,5 @@ if config.USE_GUI: Redraw = RedrawWithEventHandling else: - def Redraw(): + def Redraw(*args, **kwargs): pass