We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4f248 commit 3dc582dCopy full SHA for 3dc582d
1 file changed
README.md
@@ -19,10 +19,10 @@ y = Yaml(f"{os.path.dirname(os.path.realpath(__file__))}/app.yaml")
19
20
env = os.getenv('env')
21
22
-@y.value(f"instagram-{env}.profile")
23
-def profiles(): pass
24
-@y.value(f"instagram-{env}.session-id")
+@y.value(f"project-{env}.session-id")
25
def sessionId(): pass
+
+print(sessionId)
26
```
27
28
## Credits
0 commit comments