Skip to content
Extraits de code Groupes Projets
Valider de4b8f5e rédigé par TheSmallBlue's avatar TheSmallBlue
Parcourir les fichiers

Fixed nonsense in weird log thing

parent 779064a6
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -32,7 +32,7 @@ def refresh_posts(): ...@@ -32,7 +32,7 @@ def refresh_posts():
totalimgs = totalimgs + 1 totalimgs = totalimgs + 1
print('Getting submission number '+ str(i) +' / 500!') print('Getting submission number '+ str(i) +' / 500!')
if ".jpg" not in submission.url and ".png" not in submission.url: if ".jpg" not in submission.url and ".png" not in submission.url:
print('Post is not a jpg or png (or should be)--------------------------') print('Post is not a jpg or png --------------------------')
print(str(submission.url)) print(str(submission.url))
totalimgs = totalimgs - 1 totalimgs = totalimgs - 1
continue continue
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter