mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fixes #3633
This commit is contained in:
@@ -3532,9 +3532,6 @@ def unhandledExceptionMessage():
|
||||
def getLatestRevision():
|
||||
"""
|
||||
Retrieves latest revision from the offical repository
|
||||
|
||||
>>> (getLatestRevision() or " ")[0].isdigit()
|
||||
True
|
||||
"""
|
||||
|
||||
retVal = None
|
||||
|
||||
Reference in New Issue
Block a user