Skip to content

Commit

Permalink
fix extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Feb 9, 2024
1 parent 9c915cc commit 1a1cb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drams/settings.py
Expand Up @@ -31,7 +31,7 @@
BUCKETS = {
'default': {
'url' : '#',
'bucket_name:': '#',
'bucket_name': '#',
'access_key': '#',
'secret_key': '#',
'duration': '600'
Expand Down
2 changes: 1 addition & 1 deletion drams/test-remote-settings.py
Expand Up @@ -11,7 +11,7 @@
BUCKETS = {
'default': {
'url' : 'http://127.0.0.1:4566/',
'bucket_name:': 'fair',
'bucket_name': 'fair',
'access_key': 'AccessKey',
'secret_key': 'SecretKey',
'duration': '60'
Expand Down

0 comments on commit 1a1cb5c

Please sign in to comment.