File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ async def reboot()
41
41
# Properly close the session.
42
42
await fbx.close()
43
43
```
44
- Have a look at the [ example.py] ( https://github.com/stilllman/freepybox/blob/master /example.py ) for a more complete overview.
44
+ Have a look at the [ example.py] ( https://github.com/stilllman/freepybox/blob/aiofreepybox /example.py ) for a more complete overview.
45
45
46
46
Resources
47
47
---------
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def find_version(*file_paths):
41
41
long_description_content_type = 'text/markdown' ,
42
42
install_requires = ['aiohttp>=3,<4' ],
43
43
include_package_data = True ,
44
- url = 'https://github.com/stilllman/freepybox' ,
44
+ url = 'https://github.com/stilllman/freepybox/tree/aiofreepybox ' ,
45
45
keywords = 'freebox async' ,
46
46
classifiers = [
47
47
'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments