Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Gas-prod authored Nov 20, 2022
1 parent 44d6551 commit 27618ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def on_email(self, msgs):
for i in links:
link = i.split(".htm")[0] #recuperer que le debut du lien

if link not in tmp_list and not "recommandation_annonce" in link:
if link not in tmp_list and not "recommandation_annonce" in i:
tmp_list.append(link)
print(i, "\n")
#envoyer la requête pour contacter l'agence
Expand Down

0 comments on commit 27618ae

Please sign in to comment.