Skip to content

Commit 3dc582d

Browse files
committed
Better description in readme file 📝
1 parent af4f248 commit 3dc582d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ y = Yaml(f"{os.path.dirname(os.path.realpath(__file__))}/app.yaml")
1919

2020
env = os.getenv('env')
2121

22-
@y.value(f"instagram-{env}.profile")
23-
def profiles(): pass
24-
@y.value(f"instagram-{env}.session-id")
22+
@y.value(f"project-{env}.session-id")
2523
def sessionId(): pass
24+
25+
print(sessionId)
2626
```
2727

2828
## Credits

0 commit comments

Comments
 (0)