shell-log stuff?

This commit is contained in:
Eryn Wells 2019-01-20 18:05:06 -08:00
parent d50842a570
commit 9a4c76e56d

View file

@ -9,7 +9,8 @@ import logging
import os
import os.path
LOGFILE = os.path.expanduser('~/.shell.log')
_LOGFILE = os.path.expanduser('~/.shell.log')
_LOGGER = None
def parse_args():
parser = argparse.ArgumentParser()