Jonathan Golder cd87d1c2bb Fix already marked articles was reshown bug
Since we search for matching states for articles to include or exclude
in a loop, we could not control the outer loop via default break/
continue. Python docs recommend using Exceptions and try/except
structures to realise that most conveniently.

https://docs.python.org/3/faq/design.html#why-is-there-no-goto

Related Task: [FS#138](https://fs.golderweb.de/index.php?do=details&task_id=138)
2017-08-22 21:45:58 +02:00
2016-11-05 19:41:22 +01:00
2015-09-10 11:46:05 +02:00
2016-02-28 18:00:46 +01:00
2017-03-10 23:28:24 +01:00
Description
No description provided
2.5 MiB
Languages
Python 100%