abhi12ravi commited on
Commit
dc2e57a
1 Parent(s): e63e93f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import os
5
  from datetime import datetime
6
  import hashlib
7
  import hmac
 
8
 
9
  def sign(key, msg):
10
  return hmac.new(key, msg.encode('utf-8'), hashlib.sha256).digest()
 
5
  from datetime import datetime
6
  import hashlib
7
  import hmac
8
+ import json
9
 
10
  def sign(key, msg):
11
  return hmac.new(key, msg.encode('utf-8'), hashlib.sha256).digest()