Don't call save_cache if running with --skip-players
This commit is contained in:
@@ -513,6 +513,7 @@ def main():
|
||||
logging.info("Done handling POIs")
|
||||
logging.info("Writing out javascript files")
|
||||
|
||||
if not options.skipplayers:
|
||||
PlayerDict.save_cache(destdir)
|
||||
|
||||
with open(os.path.join(destdir, "markersDB.js"), "w") as output:
|
||||
|
||||
Reference in New Issue
Block a user