瀏覽代碼

Remove the date parsing, we don't need it/use it.

Steve Thielemann 5 年之前
父節點
當前提交
81a97d6da8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ubuntu_load.py

+ 1 - 1
ubuntu_load.py

@@ -61,7 +61,7 @@ for entry in data['entries']:
     textname = textname.replace(':', '').replace(' ', '_')
     textname = textname.replace(':', '').replace(' ', '_')
 
 
     if not os.path.exists(filename):
     if not os.path.exists(filename):
-        print("Missing:", when.to_datetime_string(), title)
+        print("Missing:", entry['published'], title)
         with open(filename, "wb") as fp:
         with open(filename, "wb") as fp:
             fp.write(entry['summary'].encode('utf-8'))
             fp.write(entry['summary'].encode('utf-8'))
         # Ok, convert into text
         # Ok, convert into text