mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-22 21:47:22 +00:00
fix displaying reporter in bug reports
This commit is contained in:
parent
a3894c3450
commit
e45fb3233a
@ -97,7 +97,7 @@ def get(status):
|
|||||||
else:
|
else:
|
||||||
report["7"] = '''<h1 class="far fa-times-circle text-danger"></h1>'''
|
report["7"] = '''<h1 class="far fa-times-circle text-danger"></h1>'''
|
||||||
|
|
||||||
if report["1"]:
|
if not report["1"]:
|
||||||
report["1"] = "None"
|
report["1"] = "None"
|
||||||
else:
|
else:
|
||||||
character = CharacterInfo.query.filter(CharacterInfo.id == int(report["1"])).first()
|
character = CharacterInfo.query.filter(CharacterInfo.id == int(report["1"])).first()
|
||||||
|
Loading…
Reference in New Issue
Block a user