mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Fix minor indentation error in launcher info cmd
This commit is contained in:
parent
0b6e94a6bc
commit
d49a005997
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Portal. This module sets up the Client-side communication.
|
|||
"""
|
||||
|
||||
from evennia.server.portal import amp
|
||||
from twisted.internet import protocol, reactor
|
||||
from twisted.internet import protocol
|
||||
from evennia.utils import logger
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -484,7 +484,7 @@ def _print_info(portal_info_dict, server_info_dict):
|
|||
Format info dicts from the Portal/Server for display
|
||||
|
||||
"""
|
||||
ind = " " * 7
|
||||
ind = " " * 8
|
||||
|
||||
def _prepare_dict(dct):
|
||||
out = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue