From 6a7195c6710fb6028550bc06aceb52d3ee9bace5 Mon Sep 17 00:00:00 2001 From: JGuardianM <81170597+JGuardianM@users.noreply.github.com> Date: Thu, 13 Feb 2025 01:04:37 -0600 Subject: [PATCH] Update sync.py change domain Chancge api.syncfy.com to opendata-api.syncfy.com --- src/sync/sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sync/sync.py b/src/sync/sync.py index 22bcdb7..b10b8e1 100644 --- a/src/sync/sync.py +++ b/src/sync/sync.py @@ -3,7 +3,7 @@ from requests.exceptions import HTTPError from json.decoder import JSONDecodeError -SYNC_API_URL = 'https://sync.paybook.com/v1' +SYNC_API_URL = 'https://opendata-api.syncfy.com/v1' class Sync(): @staticmethod @@ -87,4 +87,4 @@ def get_json(self): 'response': self.response, 'message': self.message, 'status': self.status -} # End of return \ No newline at end of file +} # End of return