Skip to content

Commit

Permalink
Update Gmeek.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Meekdai committed Jul 19, 2024
1 parent 30e09c6 commit 148a6aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gmeek.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,12 @@ def createFileName(self,issue,useLabel=False):
del blog.blogBase["postListJson"][i]["createdAt"]
del blog.blogBase["postListJson"][i]["script"]
del blog.blogBase["postListJson"][i]["style"]
del blog.blogBase["postListJson"][i]["head"]
del blog.blogBase["postListJson"][i]["top"]
del blog.blogBase["postListJson"][i]["ogImage"]

if 'head' in blog.blogBase["postListJson"][i]:
del blog.blogBase["postListJson"][i]["head"]

if 'commentNum' in blog.blogBase["postListJson"][i]:
commentNumSum=commentNumSum+blog.blogBase["postListJson"][i]["commentNum"]
del blog.blogBase["postListJson"][i]["commentNum"]
Expand Down

0 comments on commit 148a6aa

Please sign in to comment.