Arceliar / yggdrasil-map

Yggdrasil network map
GNU General Public License v3.0
64 stars 14 forks source link

Typo in crawl.py #30

Open Vort opened 4 weeks ago

Vort commented 4 weeks ago

crawl.py file contains such line: https://github.com/Arceliar/yggdrasil-map/blob/da1bbfc8e3085325dc91aa99764447d49502923d/scripts/crawl.py#L47

Most likely, instead of vistied there should be visited.

Please either correct this typo (if it affects script operation) or remove these global lines at all (if they are redundant).