]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Fix typo
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 15 Jul 2019 16:13:49 +0000 (18:13 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 15 Jul 2019 16:13:49 +0000 (18:13 +0200)
fints/client.py

index 2cf49fa8fdf47c4fce164c089cce0817e4c16495..974cc7f5fc147f32fc95db4a7d95445c61216783 100644 (file)
@@ -162,7 +162,7 @@ class FinTS3Client:
             raise TypeError("bank_identifier must be BankIdentifier or str (BLZ)")
         self.system_id = SYSTEM_ID_UNASSIGNED
         if not product_id:
-            logger.warn('You should register your program with the ZKA and pass your own product_id ass a parameter.')
+            logger.warn('You should register your program with the ZKA and pass your own product_id as a parameter.')
             product_id = 'DC333D745719C4BD6A6F9DB6A'
         
         self.user_id = user_id