This commit is contained in:
Dmitry Teselkin 2013-03-07 22:40:05 +04:00
parent c1908d9e21
commit 348e5d236d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class UserDataPlugin():
LOG.debug('User data content:\n%s' % user_data)
if user_data.starts_with('Content-Type: multipart'):
if user_data.startswith('Content-Type: multipart'):
for part in self.parse_MIME(user_data):
self.process_part(part)
else: