aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/language/actions.py')
-rw-r--r--libpathod/language/actions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/language/actions.py b/libpathod/language/actions.py
index f825d0cc..7bb61005 100644
--- a/libpathod/language/actions.py
+++ b/libpathod/language/actions.py
@@ -71,7 +71,7 @@ class PauseAt(_Action):
def intermediate(self, settings):
return (self.offset, "pause", self.seconds)
- def freeze(self, settings):
+ def freeze(self, settings_):
return self
@@ -91,7 +91,7 @@ class DisconnectAt(_Action):
def intermediate(self, settings):
return (self.offset, "disconnect")
- def freeze(self, settings):
+ def freeze(self, settings_):
return self