Suppress errors by removing unnecessary Spatialite call
This commit is contained in:
parent
0e54cd0b14
commit
5b969b0496
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ class Database():
|
|||
db.enable_load_extension(True)
|
||||
|
||||
db.execute("select load_extension('mod_spatialite.so.8')")
|
||||
db.execute("select InitSpatialMetadata(1)")
|
||||
|
||||
return Database(db)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue