changenom fx
This commit is contained in:
parent
6b57266ac3
commit
6a735b1531
2 changed files with 7 additions and 1 deletions
|
@ -2,3 +2,9 @@ from flask import *
|
|||
import OpenSSL as ssl
|
||||
import requests
|
||||
|
||||
public_serv= open("./server/ssl.public.key")
|
||||
data='Hello World !'
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue