فهرست منبع

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(' ', '_')
 
     if not os.path.exists(filename):
-        print("Missing:", when.to_datetime_string(), title)
+        print("Missing:", entry['published'], title)
         with open(filename, "wb") as fp:
             fp.write(entry['summary'].encode('utf-8'))
         # Ok, convert into text