Skip to content

Commit

Permalink
Rename RoVista crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
m-appel committed Feb 9, 2024
1 parent 06a02b9 commit 7ab8f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"iyp.crawlers.ihr.rov",
"iyp.crawlers.bgptools.tags",
"iyp.crawlers.bgptools.anycast_prefixes",
"iyp.crawlers.rovista.validating_rov",
"iyp.crawlers.virginiatech.rovista",
"iyp.crawlers.stanford.asdb",
"iyp.crawlers.peeringdb.org",
"iyp.crawlers.peeringdb.fac",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from iyp import BaseCrawler, RequestStatusError

URL = 'https://api.rovista.netsecurelab.org/rovista/api/overview'
ORG = 'RoVista'
NAME = 'rovista.validating_rov'
ORG = 'Virginia Tech'
NAME = 'virginiatech.rovista'


class Crawler(BaseCrawler):
Expand Down

0 comments on commit 7ab8f88

Please sign in to comment.