This commit is contained in:
behruz-dev
2025-11-05 14:22:54 +05:00
parent 49cad981e6
commit c451702706

View File

@@ -24,7 +24,7 @@ headers = {
def get_data():
url = f"https://backend.app.uyqur.uz/main/payment/view?type=income&size=1506"
url = f"https://backend.app.uyqur.uz/main/payment/view?type=income&size=1509"
response = requests.get(url, headers=headers)
if response.status_code == 200: