Fix typo; List total pages number when compiling

This commit is contained in:
2022-10-19 13:29:06 +02:00
parent cea67fe245
commit 33e11e4a01
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def MastodonShare(Flags, Pages, Locale):
URL = f"{SiteDomain}/{StripExt(File)}.html"
DoPost = True
for p in Posts:
if p['Link'] in [URL]+Meta['URL']:
if p['Link'] in [URL]+Meta['URLs']:
DoPost = False
break