Skip to content

Commit

Permalink
secret.py
Browse files Browse the repository at this point in the history
Removing the duplicate section
  • Loading branch information
nataliejschultz committed May 17, 2024
1 parent 912bd34 commit 738b629
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions emission/net/auth/secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

class SecretMethod(object):
def __init__(self):
key_file = open('conf/net/auth/secret_list.json')
key_data = json.load(key_file)
key_file.close()
self.client_secret_list = key_data["client_secret_list"]

try:
key_file = open('conf/net/auth/secret_list.json')
except:
Expand Down

0 comments on commit 738b629

Please sign in to comment.