Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
It's possible we might need this.
  • Loading branch information
geeknik committed Mar 18, 2024
1 parent 38a76d0 commit b1c1843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.py
Expand Up @@ -284,3 +284,6 @@ def main(ip_range: List[str], remote_server: str, port: int, payload_url: str) -
# Set the global variables
exploration_probability = 1.0
decay_factor = 0.999

# Call the main function
main(args.ip_range, args.remote_server, args.port, args.payload_url)

0 comments on commit b1c1843

Please sign in to comment.