mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 11:48:20 +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:
|
||||
report["7"] = '''<h1 class="far fa-times-circle text-danger"></h1>'''
|
||||
|
||||
if report["1"]:
|
||||
if not report["1"]:
|
||||
report["1"] = "None"
|
||||
else:
|
||||
character = CharacterInfo.query.filter(CharacterInfo.id == int(report["1"])).first()
|
||||
|
Loading…
Reference in New Issue
Block a user