talimat.py
This commit is contained in:
parent
20a2ee0270
commit
bd3a0bd52b
|
@ -121,7 +121,7 @@ class Talimat():
|
||||||
blok=False
|
blok=False
|
||||||
onblok=False
|
onblok=False
|
||||||
for satir in satirlar:
|
for satir in satirlar:
|
||||||
if "md5sums=(" in satir or "sha256sums=('" in satir or "sha1sums=('" in satir:
|
if "md5sums=(" in satir or "sha256sums=('" in satir or "sha1sums=('" in satir or "sha512sums=('" in satir:
|
||||||
onblok=True
|
onblok=True
|
||||||
if onblok is True and "')" in satir:
|
if onblok is True and "')" in satir:
|
||||||
blok=True
|
blok=True
|
||||||
|
|
Loading…
Reference in New Issue