Skip to content

Commit

Permalink
update bot
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Dec 9, 2024
1 parent 71af512 commit 561e240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/cron_reddit_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def post_to_reddit():
with open("json/dashboard/data.json", "rb") as file:
data = orjson.loads(file.read())


'''
post_configs = [
{
"data_type": "penny-stocks",
Expand Down Expand Up @@ -485,7 +485,7 @@ def post_to_reddit():
print(f"Post created successfully")
except Exception as e:
print(f"Error posting to Reddit: {str(e)}")
'''


if __name__ == "__main__":
post_to_reddit()

0 comments on commit 561e240

Please sign in to comment.