print ausgabe dazu

This commit is contained in:
2023-12-11 16:16:30 +01:00
parent a8b2362ee9
commit 36d6b7c5e2
+2
View File
@@ -32,9 +32,11 @@ def get_blacklist(outdir):
blacklist = blacklist_str.split(';')
print("writing txt-file of blacklist ids...")
outfile = os.path.join(outdir, 'blacklist.txt')
with open(outfile, 'w', encoding='utf-8') as fh:
fh.write('\n'.join(blacklist))
print("done")
def get_rd_dbase(out_dir):