Fix for an Issue #1065

This commit is contained in:
Miroslav Stampar 2014-12-25 23:05:34 +01:00
parent 45886cb9ca
commit bc91884c4d

View File

@ -638,7 +638,7 @@ def _bruteProcessVariantB(user, hash_, kwargs, hash_regex, suffix, retVal, found
rotator = 0
status = 'current status: %s... %s' % (word.ljust(5)[:5], ROTATING_CHARS[rotator])
if not user.startswith(DUMMY_USER_PREFIX):
if user and not user.startswith(DUMMY_USER_PREFIX):
status += ' (user: %s)' % user
if not hasattr(conf, "api"):