Skip to content

Commit

Permalink
fixed a syntax error of double self.self
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddac committed Nov 14, 2023
1 parent 3c8d20e commit 086c756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTROL/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: enigma2-plugin-extensions-e2piconizer
Version: 1.25-20231109
Version: 1.25-20231110
Section: extra
Priority: optional
Architecture: all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def log_result(self, result=None):
try:
self.timer3.callback.append(self.finished)
except:
self.self.finished()
self.finished()
self.timer3.start(3000, True)

def buildPicons(self):
Expand Down

0 comments on commit 086c756

Please sign in to comment.