We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6447698 commit a8e5841Copy full SHA for a8e5841
src/ssl.py
@@ -5,11 +5,12 @@
5
6
logger = logging.getLogger("SpotifyLinker")
7
8
-"""
9
-This function generates a self-signed certificate and private key for HTTPS communication.
10
-It saves the certificate and key to the specified paths in the app data directory.
11
12
def generate_cert():
+ """
+ This function generates a self-signed certificate and private key for HTTPS communication.
+ It saves the certificate and key to the specified paths in the app data directory.
13
+
14
cert_file = fetch_app_data_path('cert.pem')
15
key_file = fetch_app_data_path('key.pem')
16
0 commit comments