Skip to content

Commit 364b9de

Browse files
committed
Delete old form keys and update version
1 parent 11e4d1d commit 364b9de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ app = Flask(__name__)
4444
def formsg_webhook():
4545
decrypted = decrypt_flask_request(
4646
request,
47-
secret_key='o4qGJ/AFpmToTOpqptMyTsV3WofQjD7dX6cpVZ7RwNA=',
48-
webhook_uri='https://90da680eb8fa.ngrok.io/formsg_webhook', # we use ngrok to test our webhooks locally
47+
secret_key='xxx',
48+
webhook_uri='https://xxx.ngrok.io/formsg_webhook', # we use ngrok to test our webhooks locally
4949
)
5050

5151
return jsonify(decrypted)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='formsg',
9-
version='0.1.1',
9+
version='0.1.2',
1010
packages=['formsg'],
1111
description='A Python SDK for handling FormSG webhooks.',
1212
long_description=README,

0 commit comments

Comments
 (0)