|
@@ -122,13 +122,12 @@ class convert_update_path(Load):
|
|
self.data['update']['html'] = info['html']
|
|
self.data['update']['html'] = info['html']
|
|
self.data['update']['url'] = info['url']
|
|
self.data['update']['url'] = info['url']
|
|
|
|
|
|
- sid = self.input('id')
|
|
|
|
|
|
+ sid = self.update('convert')
|
|
|
|
+
|
|
if sid:
|
|
if sid:
|
|
redis = Demeter.redis()
|
|
redis = Demeter.redis()
|
|
config = Demeter.config['redis']
|
|
config = Demeter.config['redis']
|
|
redis.rpush(config['name'], sid)
|
|
redis.rpush(config['name'], sid)
|
|
-
|
|
|
|
- self.update('convert')
|
|
|
|
@Web.auth
|
|
@Web.auth
|
|
@Web.setting
|
|
@Web.setting
|
|
def delete(self):
|
|
def delete(self):
|