From fa67ee434646ea6e55699300b6d4b991a4c4718e Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 19 Mar 2016 11:12:50 +0100 Subject: [PATCH] oops --- tell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tell.py b/tell.py index eee2851..cb61b53 100755 --- a/tell.py +++ b/tell.py @@ -57,7 +57,7 @@ class TellApi: idx = next(filter(lambda x: x != -1, (i if e[0] == tell_id else -1 for i, e in enumerate(tell_list)))) del tell_list[idx] except StopIteration: - log.log("warning", "[tell] could not remove entry id %d from list?!?" % (tell_id, ), phenny) + log.log("warning", "[tell] could not remove entry id %d from list?!?" % (tell_id, )) if not internal: tell_diskwr() # Write change to disk