Skip to content

Commit

Permalink
reset api key
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev Jones committed Aug 26, 2011
1 parent 4e702f3 commit ffd6855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_etherpad.py
Expand Up @@ -14,7 +14,7 @@ class EtherpadLiteClient:
CODE_INVALID_API_KEY = 4
TIMEOUT = 20

apiKey = "EtherKey54"
apiKey = ""
baseUrl = "http://localhost:9001/api"

def __init__(self,apiKey = None, baseUrl = None):
Expand Down

1 comment on commit ffd6855

@gvoden
Copy link

@gvoden gvoden commented on ffd6855 Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove secret

Please sign in to comment.