Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a02ec29

Browse files
committed
too
1 parent c9c9c1f commit a02ec29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def payloadDirect(self, query):
5050
elif query.startswith(" UNION ALL "):
5151
query = query.replace(" UNION ALL ", "", 1)
5252
elif query.startswith("; "):
53-
query = query.replace("; ", "")
53+
query = query.replace("; ", "", 1)
5454

5555
return query
5656

0 commit comments

Comments
 (0)