Exemple #1
0
    def openDB(self, dbpath, FskHz, updateOnIdle=True):
        """
			Open the latest sqlite file in a directory
		"""
        self.openDBFile(last_file_in_directory(dbpath, "*sqlite"), FskHz,
                        updateOnIdle)
Exemple #2
0
	def openDB(self, dbpath):
		"""
			Open the latest sqlite file in a directory
		"""
		self.openDBFile( last_file_in_directory(dbpath, "*sqlite") )
Exemple #3
0
	def openDB(self, dbpath, updateOnIdle=True):
		"""
			Open the latest sqlite file in a directory
		"""
		self.openDBFile( last_file_in_directory(dbpath, "*sqlite"), updateOnIdle )