mirror of
https://github.com/actix/examples
synced 2025-02-02 09:39:03 +01:00
Use shebang in all python scripts.
This commit is contained in:
parent
c7a29b00c9
commit
ece139ffbe
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# This script could be used for actix-web multipart example test
|
||||
# just start server and run client.py
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# This script could be used for actix-web multipart example test
|
||||
# just start server and run client.py
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user