diff options
-rw-r--r-- | pyAggr3g470r.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 58f9f72e..090ee054 100644 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -254,7 +254,7 @@ class Root: Mark one (or more) article(s) as read by setting the value of the field 'article_readed' of the SQLite database to 1. """ - param, identifiant = target.split(':') + param, _, identifiant = target.partition(':') try: conn = sqlite3.connect("./var/feed.db", isolation_level = None) c = conn.cursor() |