Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from JoaoEmanuell/develop
Browse files Browse the repository at this point in the history
Develop to master, Api
  • Loading branch information
JoaoEmanuell authored Nov 3, 2023
2 parents 3e38bd9 + 5fddcc0 commit 65c1e43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ requirements = python3,kivy,certifi==2023.5.7,charset-normalizer==2.1.1,idna==3.
#icon.filename = %(source.dir)s/data/icon.png

# (str) Supported orientation (one of landscape, sensorLandscape, portrait or all)
orientation = portrait,landscape
orientation = portrait

# (list) List of service to declare
#services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY
Expand Down
2 changes: 1 addition & 1 deletion dmyk/source/api/api_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ApiControl(ApiControlInterface):
def __init__(self) -> None:
self.__endpoint = "https://joaoemanuellmp3api.fly.dev/api/"
self.__endpoint = "https://mp3api-pv49xe5o.b4a.run/api/"
self.private__start_api()

def private__start_api(self) -> None:
Expand Down
2 changes: 1 addition & 1 deletion dmyk/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "8.0.0"
__version__ = "8.0.1"

if __name__ == "__main__":
print(__version__)

0 comments on commit 65c1e43

Please sign in to comment.