Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
Fix post data
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvcrx committed May 2, 2015
1 parent 9f073bf commit d83ccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bddown_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def match(self, js):
logger.debug(yun_data, extra={'method': 'GET', 'type': 'javascript'})
#if 'single' not in yun_data.get('SHAREPAGETYPE') or '0' in yun_data.get('LOGINSTATUS'):
# return False
self.uk = yun_data.get('MYUK').strip('"')
self.uk = yun_data.get('SHARE_UK').strip('"')
# self.bduss = yun_data.get('MYBDUSS').strip('"')
self.share_id = yun_data.get('SHARE_ID').strip('"')
self.fid_list = yun_data.get('FS_ID').strip('"')
Expand Down

0 comments on commit d83ccc4

Please sign in to comment.