Skip to content

Commit

Permalink
Merge pull request #63 from dome9/DFT-3126-fix
Browse files Browse the repository at this point in the history
DFT-3126-fix
  • Loading branch information
omerar1982 authored Feb 6, 2024
2 parents 08b1bb7 + 521dd8b commit 647745d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def main(req):
logger.info('GCP cloud bot function processed a request.')
source_message = req
source_message = req.get_json()
start_time = time.time()
logger.info(f'{__file__} - source message : {source_message}')
output_message = {}
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ starkbank-ecdsa
uritemplate
urllib3
flask_jwt_extended
redis
redis
flask==2.3.3

0 comments on commit 647745d

Please sign in to comment.