fixed core not appending new line to block list
This commit is contained in:
parent
7a3eaf63df
commit
da6729adc9
2 changed files with 2 additions and 2 deletions
|
@ -337,5 +337,5 @@ class Core:
|
|||
execute = 'SELECT hash FROM hashes;'
|
||||
for row in c.execute(execute):
|
||||
for i in row:
|
||||
retData += i
|
||||
retData += i + "\n"
|
||||
return retData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue