Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Oct 13, 2022
1 parent 78f3578 commit e0fd02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ingests/ingest_vhs1256b.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from scripts.ingests.utils import *
from astropy.time import Time

SAVE_DB = False # save the data files in addition to modifying the .db file
SAVE_DB = True # save the data files in addition to modifying the .db file
RECREATE_DB = True # recreates the .db file from the data files

logger.setLevel(logging.INFO)
Expand Down

0 comments on commit e0fd02a

Please sign in to comment.