mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-10-31 22:59:03 +00:00
Add folder for client examples
This commit is contained in:
parent
d8a5661bf7
commit
1ecb6e552b
7 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
/target
|
/target
|
||||||
/data
|
/data
|
||||||
/docker/dev/volumes
|
/docker/dev/volumes
|
||||||
/js_client/node_modules
|
/client-examples/javascript/node_modules
|
||||||
|
|
|
@ -7,7 +7,7 @@ import asyncio
|
||||||
import aiofiles
|
import aiofiles
|
||||||
import aiohttp
|
import aiohttp
|
||||||
|
|
||||||
file_name = 'test.png'
|
file_name = '../test.png'
|
||||||
url = 'http://localhost:8080/image'
|
url = 'http://localhost:8080/image'
|
||||||
|
|
||||||
async def file_sender(file_name=None):
|
async def file_sender(file_name=None):
|
Before Width: | Height: | Size: 299 KiB After Width: | Height: | Size: 299 KiB |
Loading…
Reference in a new issue