BUG FIX: wrong variable set by mistake for update information

This commit is contained in:
sepehr 2025-01-10 17:35:35 +03:00
parent d43b7b19c6
commit ba78971026

View file

@ -398,8 +398,8 @@ def dashboard_stats():
pass pass
except: except:
pass pass
res['front_update_available']=True # res['front_update_available']=True
res['update_available']=True # res['update_available']=True
if username: if username:
res['username']=username res['username']=username
res['blog']=[] res['blog']=[]