Renew auth info every new test

This commit is contained in:
AB
2018-05-10 21:27:21 +03:00
parent 88747d502f
commit fa276a62cc

View File

@ -216,6 +216,7 @@ class Main:
cookies={'ASP.NET_SessionId': self.SessionId})
def resolve(self, subj, test, accuracy):
self.auth()
accuracy = int(accuracy)
# chance to override accuracy
accuracy_new = input('Accuracy level [%s]: ' % accuracy)