diff spy.pl @ 300:5fc26f2af95b

merged.
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Sun, 07 Dec 2008 21:13:21 +0800
parents b3b845d30d4b
children ff8db948e1a1
line wrap: on
line diff
--- a/spy.pl	Sun Dec 07 21:12:29 2008 +0800
+++ b/spy.pl	Sun Dec 07 21:13:21 2008 +0800
@@ -11,8 +11,7 @@
 # $i->check();
 foreach (glob("city-*-dump.yaml")) {
     my $city = LoadFile($_);
-    $i->{'cities'}->{$city->{id}} = $city;
- 
+    # $i->{'cities'}->{$city->{id}} = $city;
     my $spydata = $i->checkSafeHouse($city->{id});
     foreach (keys(%{$spydata})) {
         DumpFile("spy-$_-dump.yaml", $spydata->{$_});