Skip to content

Commit

Permalink
Update wpforce.py
Browse files Browse the repository at this point in the history
  • Loading branch information
n00py committed Feb 16, 2021
1 parent 31024e0 commit b72ec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def main():
args = parser.parse_args()

url = args.url
url = urljoin(url, '/xmlrpc.php')
url = urljoin(url, 'xmlrpc.php')

if args.input:
userlist = open(args.input, 'r').read().split('\n')
Expand Down

0 comments on commit b72ec64

Please sign in to comment.