Skip to content

Commit

Permalink
Fix Cover Image Overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentDemonSD authored Aug 1, 2023
1 parent b5f1906 commit 6d7445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/mirror_utils/upload_utils/gdriveTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def drive_list(self, fileName, stopDup=False, noMulti=False, isRecursive=True, i
if noMulti:
break

if msg != '':
if msg != f"""<figure><img src='{config_dict["COVER_IMAGE"]}'></figure>""":
telegraph_content.append(msg)

return telegraph_content, contents_no
Expand Down

0 comments on commit 6d7445a

Please sign in to comment.