bugfixing
This commit is contained in:
parent
42b7118c8e
commit
d21c008ed8
@ -390,7 +390,7 @@ def recent_earnings():
|
|||||||
"embeds": [embed]
|
"embeds": [embed]
|
||||||
}
|
}
|
||||||
|
|
||||||
#response = requests.post(RECENT_EARNINGS_WEBHOOK_URL, json=payload)
|
response = requests.post(RECENT_EARNINGS_WEBHOOK_URL, json=payload)
|
||||||
|
|
||||||
if response.status_code in (200, 204):
|
if response.status_code in (200, 204):
|
||||||
seen_list.append({'date': item['date'], 'id': item['id'], 'symbol': symbol})
|
seen_list.append({'date': item['date'], 'id': item['id'], 'symbol': symbol})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user