nnrpd_access.py

Julien ÉLIE julien at trigofacile.com
Mon Sep 26 08:31:08 UTC 2016


Hi Edmund,

>         dtc = {'read': 'test.*', {'post', 'test.*'})
>         return dtc
> 
> 
> it just keeps on complaining that the return value isn't a dictionary.
> Am I doing this right?

Wouldn't it look better this way:
   dtc = {'read': 'test.*', 'post': 'test.*'}

-- 
Julien ÉLIE


More information about the inn-workers mailing list