Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Feb 26, 2023
1 parent 894e410 commit 31b2909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiddifypanel/panel/admin/Actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def reset(self):

@route('reinstall', methods=['POST'])
def reinstall(self,complete_install=True,domain_changed=False):
if hconfig(ConfigEnum.db_version)<9:
if int(hconfig(ConfigEnum.db_version))<9:
return ("Please update your panel before this action.")
if hconfig(ConfigEnum.parent_panel):
try:
Expand Down

0 comments on commit 31b2909

Please sign in to comment.