diff --git a/shizhan/sufile/dufile.py b/shizhan/sufile/dufile.py index 2d0be7e..05a2cea 100755 --- a/shizhan/sufile/dufile.py +++ b/shizhan/sufile/dufile.py @@ -65,7 +65,7 @@ code = raw_input('input code:') - self.getDown(oo, code, fileID) + self.VerifyCode(oo, code, fileID) except urllib2.HTTPError, e: print 'HTTPError: ' + str(e.code) @@ -91,7 +91,7 @@ print 'code --- ' + str(d) if (d == '1'): - self.getResult(oo, fileID, d) + self.openDownPage(oo, fileID, d) except urllib2.HTTPError, e: print 'HTTPError: ' + str(e.code)