We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98791c0 commit 1340eecCopy full SHA for 1340eec
example.py
@@ -1,6 +1,6 @@
1
from rave_python import Rave, RaveExceptions, Misc
2
-PublicKey = "FLWPUBK-45587fdb1c84335354ab0fa388b803d5-X"
3
-SecretKey = "FLWSECK-2c9a2a781e56760b5d9c29c67ec22347-X"
+PublicKey = "YOUR_PUBLIC_KEY"
+SecretKey = "YOUR_SECRET_KEY"
4
5
rave = Rave(PublicKey, SecretKey, production=True, usingEnv=False)
6
0 commit comments