Markus Spring пре 1 година
родитељ
комит
80f2bbc51a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      blogs-i-read_v2.py

+ 1 - 1
blogs-i-read_v2.py

@@ -202,7 +202,7 @@ for b in blogs:
 sorted_data = dict(sorted(results.items(), key=lambda x: x[1]["last_update"], reverse=True))
 
 utc_time = datetime.utcnow()
-epoch_time = int(time.mktime(utc_time.timetuple())) + met_offset # offset for american blogs
+epoch_time = int(time.mktime(utc_time.timetuple())) + met_offset 
 
 time_separator_flag = 0