mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Another bug bites the dust
This commit is contained in:
parent
ba8d8dd32f
commit
95a665c265
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
from . import audio, bots, commands, database, network, utils, error, web
|
||||
|
||||
version = "5.0a19"
|
||||
version = "5.0a20"
|
||||
|
||||
__all__ = ["audio", "bots", "commands", "database", "network", "utils", "error", "web"]
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
</span>
|
||||
</div>
|
||||
<div class="bot">
|
||||
Login riuscito! Sei connesso come <b>{{ session["login"]["username"] }}</b>!
|
||||
Login riuscito! Sei connesso come <b>{{ session["royal"]["username"] }}</b>!
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue