fix various nits based on feedback

This commit is contained in:
erik-krogh
2023-02-15 11:10:43 +01:00
parent 8e05fdb369
commit 759854991a
6 changed files with 10 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import subprocess
def download (path):
def download(path):
subprocess.run(["wget", path]) # OK