Typo
This commit is contained in:
parent
c1908d9e21
commit
348e5d236d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user