print ausgabe dazu
This commit is contained in:
@@ -32,9 +32,11 @@ def get_blacklist(outdir):
|
|||||||
|
|
||||||
blacklist = blacklist_str.split(';')
|
blacklist = blacklist_str.split(';')
|
||||||
|
|
||||||
|
print("writing txt-file of blacklist ids...")
|
||||||
outfile = os.path.join(outdir, 'blacklist.txt')
|
outfile = os.path.join(outdir, 'blacklist.txt')
|
||||||
with open(outfile, 'w', encoding='utf-8') as fh:
|
with open(outfile, 'w', encoding='utf-8') as fh:
|
||||||
fh.write('\n'.join(blacklist))
|
fh.write('\n'.join(blacklist))
|
||||||
|
print("done")
|
||||||
|
|
||||||
def get_rd_dbase(out_dir):
|
def get_rd_dbase(out_dir):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user