Skip to content

Commit 6240d59

Browse files
authored
Update README.md
1 parent 2b970fe commit 6240d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ async def fetch_example_results():
147147

148148
if __name__ == '__main__':
149149
logging.basicConfig(level=logging.INFO, format='%(message)s', datefmt='%H:%M')
150+
loop = asyncio.get_event_loop()
150151
loop.run_until_complete(fetch_example_results())
151152

152153
```

0 commit comments

Comments
 (0)