mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-05 20:42:20 -07:00
Merge pull request #473 from rememberYou/fix/alias-banner
Fix useless banner alias
This commit is contained in:
commit
18814dd1a0
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