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

Commit

Permalink
Debug: Fixed cannot return version
Browse files Browse the repository at this point in the history
  • Loading branch information
Loong committed Jul 16, 2023
1 parent 73a9379 commit a80d111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyNoSQL/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ def saveDataBase(filename,password='') -> bool:
raise serror.KVDataBaseError(403,"An error occurred manipulating the database file.")

def version():
print('easyNoSQL - KV Database, Version: ' + easyNoSQL.system.VERTEXT)
print('easyNoSQL - KV Database, Version: ' + VERTEXT)

0 comments on commit a80d111

Please sign in to comment.