Fix text case

This commit is contained in:
Corder Guy 2018-04-19 13:27:44 -05:00
parent fa2f480e8c
commit 64223d047d

View file

@ -175,8 +175,7 @@ def application(environ, start_response):
if __name__ == '__main__': if __name__ == '__main__':
USERNAMES = ['andrew', 'Corder'] print(fetch_users(['1', '2', '3']))
print(fetch_users(USERNAMES))
# vim: tabstop=4 shiftwidth=4 softtabstop=4 expandtab # vim: tabstop=4 shiftwidth=4 softtabstop=4 expandtab