IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2015, 8:28:30 AM (11 years ago)
Author:
eugene
Message:

keep gpc1db and ipptopspsdb connections alive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/dvodetections.py

    r35223 r38883  
    2020    Constructor
    2121    '''
    22     def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb):
     22    def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db):
     23#   def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb):
    2324
    24         super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)
     25        super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db)
     26#       super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)
    2527
    2628        # declare DVO file types of interest
Note: See TracChangeset for help on using the changeset viewer.