Skip to content

Commit

Permalink
'Refactored by Sourcery'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcery AI committed Jun 23, 2021
1 parent a62c3c0 commit 32865c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
# header for scrapper
headers = {
"host": f"{hostname}:443",
"Accept": "application/json",
"Referer": f"https://{hostname}/{STORE_ID}",
"Content-Type": "application/json",
"Accept": "*/*",
"Sec-Fetch-Mode": "no-cors",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36"
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36",
}


# Telegram settings
telegram_api = f"https://api.telegram.org/bot{TELEGRAM_TOKEN}/sendMessage"

Expand Down

0 comments on commit 32865c7

Please sign in to comment.