refactor(panel.py): remove unnecesarry args to render_template
This commit is contained in:
@@ -18,6 +18,4 @@ def panel() -> str:
|
||||
Returns:
|
||||
Rendered HTML template with PC details.
|
||||
"""
|
||||
return flask.render_template(
|
||||
"panel.html", username=flask_login.current_user.id, pcs={}
|
||||
)
|
||||
return flask.render_template("panel.html")
|
||||
|
||||
Reference in New Issue
Block a user