mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 21:54:10 +03:00
fix template variable name
This commit is contained in:
parent
6cabc44841
commit
7212fa8630
@ -84,7 +84,7 @@ def create_functions(conn, config, sqllib_dir,
|
||||
sql = SQLPreprocessor(conn, config, sqllib_dir)
|
||||
|
||||
sql.run_sql_file(conn, 'functions.sql',
|
||||
disable_diff_update=not enable_diff_updates,
|
||||
disable_diff_updates=not enable_diff_updates,
|
||||
debug=enable_debug)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user