diff --git a/pneumatic/uploader.py b/pneumatic/uploader.py index 4ae2793..78a018a 100644 --- a/pneumatic/uploader.py +++ b/pneumatic/uploader.py @@ -30,7 +30,7 @@ def __init__(self, username, password): # Initialize colorama init() - print('\n\033[36mWelcome to pneumatic, the bulk uploader for DocumentCloud.\n' + + print('\n\033[36mWelcome to pneumatic, a bulk uploader for DocumentCloud.\n' + '\n\033[0mInitializing ...') if self.credential_test() == 200: pass