Fix minor indentation error in launcher info cmd

This commit is contained in:
Griatch 2018-01-20 23:08:22 +01:00
parent e9d6606659
commit 3be493d990
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Portal. This module sets up the Client-side communication.
""" """
from evennia.server.portal import amp from evennia.server.portal import amp
from twisted.internet import protocol, reactor from twisted.internet import protocol
from evennia.utils import logger from evennia.utils import logger

View file

@ -484,7 +484,7 @@ def _print_info(portal_info_dict, server_info_dict):
Format info dicts from the Portal/Server for display Format info dicts from the Portal/Server for display
""" """
ind = " " * 7 ind = " " * 8
def _prepare_dict(dct): def _prepare_dict(dct):
out = {} out = {}