ready for merge after documentation added

This commit is contained in:
Lincoln Stein
2022-10-27 11:55:00 -04:00
parent 0eb07b7488
commit aa785c3ef1
4 changed files with 84 additions and 39 deletions

View File

@ -172,9 +172,8 @@ def main_loop(gen, opt):
except (OSError, AttributeError, KeyError):
pass
# if len(opt.prompt) == 0:
# print('\nTry again with a prompt!')
# continue
if len(opt.prompt) == 0:
opt.prompt = ''
# width and height are set by model if not specified
if not opt.width: