attack-website
attack-website copied to clipboard
Updated usage of collections.Iterable to work with python 3.8+
Python 3.8+ deprecated the usage of collections.Iterable for collections.abc.Iterable, so this PR updates this usage accordingly. Otherwise, running the current master branch will break on python 3.8_.