We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8317efc commit ccebf50Copy full SHA for ccebf50
a10y.py
@@ -18,7 +18,6 @@
18
import math
19
import tomli
20
21
-
22
class FileSuggester(Suggester):
23
"""A suggester for the POST file input"""
24
@@ -817,6 +816,7 @@ def parse_arguments():
817
816
("ICGC", "https://ws.icgc.cat/fdsnws/", True),
818
("NOA", "https://eida.gein.noa.gr/fdsnws/", True),
819
("BGR", "https://eida.bgr.de/fdsnws/", True),
+ ("BGS", "https://eida.bgs.ac.uk/fdsnws/", True),
820
("NIEP", "https://eida-sc3.infp.ro/fdsnws/", True),
821
("KOERI", "https://eida.koeri.boun.edu.tr/fdsnws/", True),
822
("UIB-NORSAR", "https://eida.geo.uib.no/fdsnws/", True)
0 commit comments