Skip to content

Commit bf0bd84

Browse files
JoaoOtavioSCopilot
andauthored
Update examples/app_cache/accessing_application_cache.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e048b46 commit bf0bd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app_cache/accessing_application_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ async def example() -> None:
2424
print(app.cache.backup) # BackupData(...)
2525

2626

27-
asyncio.run(example)
27+
asyncio.run(example())

0 commit comments

Comments
 (0)