Skip to content

Commit

Permalink
Добавлен новый сервис. Исправлены ошибки.
Browse files Browse the repository at this point in the history
Добавлен новый сервис - Фэйсбук. Исправлены ошибки при запуске.
  • Loading branch information
nordbearbotdev authored Feb 6, 2022
1 parent 463a9ef commit c5d8455
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,9 @@ def format_phone(phone, phone_mask):
except:
pass

try:
formatted_phone = format_phone(phone
post("https://ru-ru.facebook.com/#/", data={"phone": phone}, headers=headers, proxies=proxies)

def parse_phone(phone):
if phone in ["", " "]:
Expand Down

0 comments on commit c5d8455

Please # to comment.