Skip to content

Commit

Permalink
testing in production
Browse files Browse the repository at this point in the history
  • Loading branch information
aserper committed Mar 6, 2024
1 parent e05e242 commit a19a66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion message_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def postMessage(self, content):
print(content)

mastodonFooter = "https://RocketAlert.live"
MastodonBot().sendMessage(f"{content}{mastodonFooter}")
# MastodonBot().sendMessage(f"{content}{mastodonFooter}")
print("Message posted to Mastodon.")

telegtamFooter = "[RocketAlert.live](https://RocketAlert.live)"
Expand Down
2 changes: 1 addition & 1 deletion rocket_alert_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def __init__(self):
# print("Please note the function only takes dates in string format (YYYY-MM-DD).")

def listenToServerEvents(self):
return requests.get(f"{self.baseURL}/real-time", headers=self.headers, stream=True)
return requests.get(f"{self.baseURL}/real-time-test", headers=self.headers, stream=True)

0 comments on commit a19a66d

Please sign in to comment.