|
@@ -671,7 +671,7 @@ class OutboundClient:
|
|
with self.app.app_context():
|
|
with self.app.app_context():
|
|
buckets = Bucket.query.filter_by(eid='001').all()
|
|
buckets = Bucket.query.filter_by(eid='001').all()
|
|
self.buckets = buckets
|
|
self.buckets = buckets
|
|
- self.logger.info("bucket updated: %s", self.whitelist)
|
|
|
|
|
|
+ self.logger.info("bucket updated: %s", self.buckets)
|
|
|
|
|
|
def refresh_bucket(self):
|
|
def refresh_bucket(self):
|
|
while True:
|
|
while True:
|