Commit 5231d5c2 authored by shadMod's avatar shadMod 💬

added if to take only 'ftp-stud'

parent dabf31bc
......@@ -130,6 +130,8 @@ class Downloads:
md5s[name] = hash
files_content[path] = md5s
if path == 'http://ftp-stud.fht-esslingen.de/Mirrors/releases.ubuntu.com/focal':
# Add the MD5 to the result if it was found
if file in files_content[path]:
key = "%s:%s:%s" % (distro, release, arch)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment