fixed indentation on return statement

This commit is contained in:
byt3bl33d3r 2014-08-14 20:13:52 +02:00
parent 73e7ca2f3d
commit d632acc530
2 changed files with 5 additions and 4 deletions

View file

@ -57,7 +57,7 @@ class BeefAutorun(Plugin):
already_ran = []
while True:
sessions = beef.onlineSessions()
if (sessions is not None) and (len(sessions) > 0):
if len(sessions) > 0:
for session in sessions:
session_ip = beef.session2host(session)
if session not in already_hooked: