Fix deprecation warning

This commit is contained in:
Georg Sauthoff 2019-03-25 14:27:55 +01:00
parent 6d2ee85a7e
commit 7e141341a2
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ def run(args, conf):
if ss.__len__() > 1:
ss = ss[1:]
i = i + 1
log.warn('Buying postage for {}'.format(im.compute_total()/100))
log.warning('Buying postage for {}'.format(im.compute_total()/100))
res = im.checkoutPDF(args.format)
store_files(res, args)
return 0