Skip to content

Commit a8e5841

Browse files
committed
Correct docstring location
1 parent 6447698 commit a8e5841

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/ssl.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55

66
logger = logging.getLogger("SpotifyLinker")
77

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-
"""
128
def generate_cert():
9+
"""
10+
This function generates a self-signed certificate and private key for HTTPS communication.
11+
It saves the certificate and key to the specified paths in the app data directory.
12+
"""
13+
1314
cert_file = fetch_app_data_path('cert.pem')
1415
key_file = fetch_app_data_path('key.pem')
1516

0 commit comments

Comments
 (0)