Nominatim/nominatim
Sarah Hoffmann d1eeaa59a6 nominatim.py: use async in connect() function
The _async parameter name is only supported since psycopg 2.7.
However, async is a keyword in Python >= 3.7, so using this
gives us a syntax error. Working around this by defining the
parameters in a dict and handing that into the connect function.
2020-02-11 22:16:17 +01:00
..
nominatim.py nominatim.py: use async in connect() function 2020-02-11 22:16:17 +01:00