Correctie twee keer wissen temp files
This commit is contained in:
@@ -20,12 +20,9 @@ from flask import Flask, request
|
||||
#
|
||||
|
||||
class testServer(Flask):
|
||||
def __init__(self, name):
|
||||
super().__init__(__name__)
|
||||
def run(self):
|
||||
self.createCert()
|
||||
self.writeCert()
|
||||
|
||||
def run(self):
|
||||
super().run(ssl_context=(self.certFile.name, self.keyFile.name))
|
||||
|
||||
def createCert(self):
|
||||
|
Reference in New Issue
Block a user