Moved my photos path.
This commit is contained in:
parent
af4ea8ed2c
commit
c5bf03d9bd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ from voussoirkit import vlogging
|
||||||
|
|
||||||
log = vlogging.get_logger(__name__, 'photography_generate')
|
log = vlogging.get_logger(__name__, 'photography_generate')
|
||||||
|
|
||||||
pdb = etiquette.photodb.PhotoDB('D:\\Documents\\Photos\\_etiquette')
|
pdb = etiquette.photodb.PhotoDB('M:\\Private\\Photos\\_etiquette')
|
||||||
|
|
||||||
s3 = boto3.resource('s3',
|
s3 = boto3.resource('s3',
|
||||||
endpoint_url = f'https://{r2_credentials.get_account_id()}.r2.cloudflarestorage.com',
|
endpoint_url = f'https://{r2_credentials.get_account_id()}.r2.cloudflarestorage.com',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue