Skip to content

Commit

Permalink
rename gcp secrets from aws'
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Jan 3, 2024
1 parent ddf7cee commit a300cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from src.lib.query_sentinel import Sentinel2Client
from src.util.sftp import SFTPClient
from src.util.aws_secrets import get_ssh_secret
from src.util.gcp_secrets import get_ssh_secret
from src.lib.titiler_algorithms import algorithms

# app = Flask(__name__)
Expand Down

0 comments on commit a300cd4

Please sign in to comment.