Qwann/small fixes #7

Merged
narmanli merged 5 commits from Qwann/small_fixes into master 2018-04-05 23:17:00 +02:00
Showing only changes of commit 3be031957f - Show all commits

View file

@ -55,7 +55,6 @@ class ClipperProvider(CASProvider):
common['email'] = self.extract_email(data)
common['name'] = fn
common['last_name'] = ln
print(common)
return common
def extract_email_addresses(self, data):