Skip to content

Commit

Permalink
Update Gmeek.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Meekdai committed May 28, 2024
1 parent a7e4e68 commit 61d2309
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gmeek.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ def createPostHtml(self,issue):
pattern = r'<code class="notranslate">Gmeek-html>(.*?)</code>'
post_body=re.sub(pattern, r'\1', post_body)

<code class="notranslate">Gmeek-html<img src='https://picsum.photos/200'></code>

postBase["postTitle"]=issue["postTitle"]
postBase["postUrl"]=self.blogBase["homeUrl"]+"/"+issue["postUrl"]
postBase["description"]=issue["description"]
Expand Down

0 comments on commit 61d2309

Please sign in to comment.