Fix a typo ) > ]

master
HackerNCoder 2021-12-26 00:37:48 +00:00
parent 6d81897b9d
commit 8d2caf86d2
Signed by: hackerncoder
GPG Key ID: 569FFF33FF802E16
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ for new_relay in relays:
if datetime.datetime.strptime(new_relay["first_seen"], "%Y-%m-%d %H:%M:%S") > (datetime.datetime.utcnow() - datetime.timedelta(hours=1)):
exit = "no"
eol = "no"
if not re.search("0.3.5|0.4.5|0.4.6|0.4.7", new_relay["platform"), re.IGNORECASE):
if not re.search("0.3.5|0.4.5|0.4.6|0.4.7", new_relay["platform"], re.IGNORECASE):
eol = "yes"
if new_relay["exit_policy"][0] != "reject *:*":
exit = "yes"