コード例 #1
0
ファイル: mongo_storage_vows.py プロジェクト: SONIFI/thumbor
 def topic(self):
     storage = MongoStorage(Context(config=Config(MONGO_STORAGE_SERVER_PORT=7777)))
     return storage.exists(IMAGE_URL % 20000)
コード例 #2
0
 def topic(self):
     storage = MongoStorage(
         Context(config=Config(MONGO_STORAGE_SERVER_PORT=7777)))
     return storage.exists(IMAGE_URL % 20000)