Skip to content

Commit

Permalink
Update example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusyaovi authored Mar 11, 2024
1 parent 98791c0 commit 1340eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from rave_python import Rave, RaveExceptions, Misc
PublicKey = "FLWPUBK-45587fdb1c84335354ab0fa388b803d5-X"
SecretKey = "FLWSECK-2c9a2a781e56760b5d9c29c67ec22347-X"
PublicKey = "YOUR_PUBLIC_KEY"
SecretKey = "YOUR_SECRET_KEY"

rave = Rave(PublicKey, SecretKey, production=True, usingEnv=False)

Expand Down

0 comments on commit 1340eec

Please sign in to comment.