Skip to content

Commit

Permalink
1.4.1 from Qvco dev (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkx authored Dec 15, 2023
2 parents 5717467 + 7fc1177 commit 4e1199e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yaylib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__author__ = "qvco"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2023 qvco"
__version__ = "1.4.0"
__version__ = "1.4.1"

from .client import Client
from .cookie import Cookie
Expand Down
2 changes: 1 addition & 1 deletion yaylib/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def set_client_ip(self, client_ip: str) -> None:
self.__client_ip = client_ip

def set_connection_speed(self, connection_speed: str) -> None:
self.__connection_speed = connection_speed
self.__connection_speed = connection_speed + " kbps"


current_path = os.path.abspath(os.getcwd())
Expand Down
5 changes: 5 additions & 0 deletions yaylib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ class Configs:
VERSION_NAME = "3.29.0"
API_VERSION_KEY = "6fa97fc2c3d04955bb8320f2d080593a"
API_KEY = "ccd59ee269c01511ba763467045c115779fcae3050238a252f1bd1a4b65cfec6"
FB_API_KEY = "AIzaSyCa6wL3iBz_VUZIjc_XkEODw2z0AAAW-fM"
FB_PROJECT_ID = "yay-space"
FB_MESSAGING_SENDER_ID = "287723651699"
FB_APP_ID = "1:287723651699:web:dd73f4f4bc9258bb8c2006"
FB_MEASUREMENT_ID = "G-FCYBYY66VR"
SHARED_KEY = "yayZ1"
STORE_KEY = "yayZ1payment"
ID_CARD_CHECK_SECRET_KEY = "4aa6d1c301a97154bc1098c2"
Expand Down

0 comments on commit 4e1199e

Please sign in to comment.