Functions | |
def | run |
def | upload |
Variables | |
string | confFileName = 'popcon2dropbox.json' |
string | dateformatForFolder = "%y-%m-%d-%H-%M-%S" |
string | dateformatForLabel = "%y-%m-%d %H:%M:%S" |
string | dbFileForDropBox = '%s.db' |
string | dbLogFile = '%s_log.db' |
string | errorInUploadFileFolder = 'upload_errors' |
string | fileNameForDropBox = 'input_for_dropbox' |
def popcon2dropbox.run | ( | args | ) |
Definition at line 159 of file popcon2dropbox.py.
References upload().
def popcon2dropbox.upload | ( | destDb, | |
destTag, | |||
comment, | |||
authPath | |||
) |
Definition at line 83 of file popcon2dropbox.py.
Referenced by run().
string popcon2dropbox.confFileName = 'popcon2dropbox.json' |
Definition at line 9 of file popcon2dropbox.py.
string popcon2dropbox.dateformatForFolder = "%y-%m-%d-%H-%M-%S" |
Definition at line 14 of file popcon2dropbox.py.
string popcon2dropbox.dateformatForLabel = "%y-%m-%d %H:%M:%S" |
Definition at line 15 of file popcon2dropbox.py.
string popcon2dropbox.dbFileForDropBox = '%s.db' |
Definition at line 11 of file popcon2dropbox.py.
string popcon2dropbox.dbLogFile = '%s_log.db' |
Definition at line 12 of file popcon2dropbox.py.
string popcon2dropbox.errorInUploadFileFolder = 'upload_errors' |
Definition at line 13 of file popcon2dropbox.py.
string popcon2dropbox.fileNameForDropBox = 'input_for_dropbox' |
Definition at line 10 of file popcon2dropbox.py.