GodsDevProject commited on
Commit
c8c768c
·
verified ·
1 Parent(s): f115217

Delete marine_corps_foia_reading_room.py

Browse files
Files changed (1) hide show
  1. marine_corps_foia_reading_room.py +0 -9
marine_corps_foia_reading_room.py DELETED
@@ -1,9 +0,0 @@
1
- from ingest.generic_public_foia import GenericFOIAAdapter
2
-
3
- class USMarineCorpsAdapter(GenericFOIAAdapter):
4
- """Public-release FOIA reading room adapter.
5
- NOTE: This adapter is restricted to publicly released materials only.
6
- """
7
- name = "USMarineCorps"
8
- rate_limit = 1 # requests per second
9
- robots_respected = True