Fix text case
This commit is contained in:
parent
fa2f480e8c
commit
64223d047d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue