Skip to content

Commit

Permalink
Config sample formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Jan 25, 2022
1 parent a3d2c07 commit 919f897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Parameters for the modem scraper.
"""
scraper_config = {
'modem_model' '', # POPULATE MODEM MODEL HERE
'modem_model': '', # POPULATE MODEM MODEL HERE
'modem_url': '', # POPULATE MODEM URL HERE
'max_retries': 5,
'poll_interval_seconds': 30
'outputter' : 'influxdb' # Output to influxdb or print
'poll_interval_seconds': 30,
'outputter': 'influxdb' # Output to influxdb or print
}

"""
Expand Down

0 comments on commit 919f897

Please sign in to comment.