pypo syntax error
This commit is contained in:
parent
ca86d6b68b
commit
628e075828
|
@ -281,7 +281,7 @@ class PypoFetch(Thread):
|
||||||
|
|
||||||
line = line.strip()
|
line = line.strip()
|
||||||
|
|
||||||
if not len(line) or line[0] == "#"
|
if not len(line) or line[0] == "#":
|
||||||
continue
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue