diff --git a/mylar/webserve.py b/mylar/webserve.py index c6869ea8..7ee0f513 100644 --- a/mylar/webserve.py +++ b/mylar/webserve.py @@ -1978,7 +1978,7 @@ class WebInterface(object): if mylar.CONFIG.UPCOMING_STORYARCS is True: arcs = myDB.select("SELECT * from storyarcs WHERE Status='Wanted'") else: - arcs = 0 + arcs = [] if mylar.CONFIG.UPCOMING_SNATCHED is True: issues += myDB.select("SELECT * from issues WHERE Status='Snatched'") if mylar.CONFIG.UPCOMING_STORYARCS is True: