mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor style update
This commit is contained in:
parent
9bdcb1176d
commit
bf5544903b
5 changed files with 13 additions and 6 deletions
|
|
@ -73,7 +73,7 @@ def smokeTest():
|
|||
retVal = False
|
||||
|
||||
count += 1
|
||||
status = '%d/%d (%d%s) ' % (count, length, round(100.0*count/length), '%')
|
||||
status = '%d/%d (%d%%) ' % (count, length, round(100.0 * count / length))
|
||||
dataToStdout("\r[%s] [INFO] complete: %s" % (time.strftime("%X"), status))
|
||||
|
||||
clearConsoleLine()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue