mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-05 12:36:51 -07:00
Fix useless banner alias
This commit is contained in:
parent
906c7951df
commit
ab5a969e23
1 changed files with 1 additions and 2 deletions
|
@ -79,5 +79,4 @@ banner5 = """
|
|||
"""
|
||||
|
||||
def get_banner():
|
||||
banners = [banner1, banner2, banner3, banner4, banner5]
|
||||
return random.choice(banners)
|
||||
return random.choice([banner1, banner2, banner3, banner4, banner5])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue