From 5c012ea66a5b806097d992ba5f60197052dc6194 Mon Sep 17 00:00:00 2001 From: chrys Date: Mon, 10 Sep 2018 15:07:05 +0200 Subject: [PATCH] Update export_clipboard_to_x.py --- .../commands/commands/export_clipboard_to_x.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py b/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py index ce4844cf..3b64156c 100644 --- a/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py +++ b/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py @@ -12,9 +12,8 @@ import _thread class command(): def __init__(self): pass - def initialize(self, environment, scriptPath=''): + def initialize(self, environment): self.env = environment - self.scriptPath = scriptPath def shutdown(self): pass def getDescription(self):