rairo commited on
Commit
4fa12e4
·
verified ·
1 Parent(s): dd35a8c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -142,7 +142,7 @@ def bot():
142
  logger.info(f"URL encoded profile_id: {encoded_profile_id}")
143
 
144
  # Fetch data from the external API
145
- API_URL = "https://irisplustech.com/public/api4/business/profile/user/get-recent-transactions-v2"
146
  payload = {'profile_id': encoded_profile_id}
147
 
148
  logger.info(f"Making API call to: {API_URL}")
 
142
  logger.info(f"URL encoded profile_id: {encoded_profile_id}")
143
 
144
  # Fetch data from the external API
145
+ API_URL = "https://irisplustech.com/public/api/business/profile/user/get-recent-transactions-v2"
146
  payload = {'profile_id': encoded_profile_id}
147
 
148
  logger.info(f"Making API call to: {API_URL}")