Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wjymtg committed Jan 8, 2025
1 parent a986571 commit 10e3ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bizy_server/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .error_handler import ErrorHandler
from .utils import is_string_valid

with open("version.txt", "r") as file:
with open(f"{os.path.dirname(__file__)}/../../version.txt", "r") as file:
CLIENT_VERSION = file.read()


Expand Down

0 comments on commit 10e3ad5

Please sign in to comment.