From: Roman Bazalevsky <rvb@rvb.name>
Date: Fri, 29 Jan 2016 09:55:28 +0000 (+0300)
Subject: Typo fixed
X-Git-Url: https://git.rvb.name/pyrungps.git/commitdiff_plain/dc810bdf49cac946b7fb551264bff0e74b525989

Typo fixed
---

diff --git a/render_tiles.py b/render_tiles.py
index f399f36..5dae029 100644
--- a/render_tiles.py
+++ b/render_tiles.py
@@ -83,7 +83,7 @@ def process_queue(db,map,force=False):
     if force:
       command = 'tirex-batch '+command
     else:
-      command = 'tirex-batch '+command+' not-exists'  
+      command = 'tirex-batch '+command+' -f not-exists'  
     
     print command