FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 78134a92 authored by L. Bower's avatar L. Bower
Browse files

making MediaScraper be class-based like the other processors

parent 83bd2b15
No related branches found
No related tags found
No related merge requests found
...@@ -11,36 +11,12 @@ from typing import List ...@@ -11,36 +11,12 @@ from typing import List
# All of the process_* functions are callable from config files for the three # All of the process_* functions are callable from config files for the three
# coordinator stages: pre, in (during) and plotting. # coordinator stages: pre, in (during) and plotting.
# from ProcessorAdvisory import (
# process_in_job_advisory
# )
#from ProcessorDeposition import (
# process_in_job_dep,
# process_EWS_plotting_dep
#)
#from ProcessorEnvironment import (
# process_in_job_env2_0,
# process_copy_past_job_env2_0,
# process_EWS_plotting_env2_0
#)
# from ProcessorEpidemiology import (
# process_pre_job_epi,
# process_in_job_epi,
# process_EWS_plotting_epi,
# )
from ProcessorScraper import (
process_in_job_media_scraper,
)
from ProcessorServer import ( from ProcessorServer import (
process_pre_job_server_download, process_pre_job_server_download,
upload upload
) )
# from ProcessorSurveys import (
# process_pre_job_survey,
# process_in_job_survey,
# process_EWS_plotting_survey
# )
from ProcessorUtils import ( from ProcessorUtils import (
add_filters_to_sublogger, add_filters_to_sublogger,
query_past_successes query_past_successes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment