From 88f6891fc2aedd7e6e7873506c5f2f15479629b3 Mon Sep 17 00:00:00 2001 From: Ian Dees Date: Tue, 21 Mar 2017 10:34:17 -0400 Subject: [PATCH] Add fixme's for code that still needs to be written --- tilequeue/command.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tilequeue/command.py b/tilequeue/command.py index aa049c53..90e3cbe7 100755 --- a/tilequeue/command.py +++ b/tilequeue/command.py @@ -995,9 +995,10 @@ def tilequeue_prune_tiles_of_interest(cfg, peripherals): def delete_tile_of_interest(coord_int): # Remove from the redis toi set + # FIXME: This doesn't exist yet peripherals.redis_cache_index.remove_tile_of_interest(coord_int) - # Remove the tile from S3 + # FIXME: Remove the tile from S3 pass