• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Simple RSS Reader inspired by Gxxgle Reader


Commit MetaInfo

Revision451896ffd5a3118aa5c8b016e2aa3947885c425c (tree)
Zeit2013-07-16 19:37:08
Autorhylom <hylom@hylo...>
Commiterhylom

Log Message

backend: fix typo in fetcher/feed.py

Ändern Zusammenfassung

Diff

--- a/backend/fetcher/feed.py
+++ b/backend/fetcher/feed.py
@@ -41,7 +41,7 @@ class FeedFetcher(object):
4141 if entry.timestamp.tzinfo == None:
4242 entry.timestamp = entry.timestamp.replace(tzinfo=dateutil.tz.tzutc())
4343
44- else if entry.timestamp.tzinfo != dateutil.tz.tzutc():
44+ elif entry.timestamp.tzinfo != dateutil.tz.tzutc():
4545 entry.timestamp = entry.timestamp.astimezone(dateutil.tz.tzutc())
4646
4747 entries.append(entry)