update to latest

This commit is contained in:
b3nw
2024-09-07 13:33:06 +00:00
parent 564a3db4ea
commit 08c179a9d3
2 changed files with 23 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ OVPN_ZIP_URL = "https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip"
def download_and_extract_ovpn_configs(cursor, conn):
"""
Downloads the OVPN ZIP archive, extracts its contents,
Downloads the OVPN ZIP archive, extracts its contents,
adds new entries to the database, and cleans up.
Returns a list of OVPN filenames that need to be checked.
"""