rename davolink table and collect queued and ok
[APKPM.git] / lib / APKPM / EasyGateway.pm
index 6aec408..d77614b 100644 (file)
@@ -47,7 +47,7 @@ sub info : Job : Decode(d_array) : Encode(e_json) {
        });
 
        my $redis = Redis->new;
-       $redis->sadd( 'poll.EasyGateway.ok' => $ip );
+       $redis->sadd( 'CPE.EasyGateway.ok' => $ip );
 
        return $ret;
 }