Skip to content

Commit 868fbe3

Browse files
committed
minor beautification
1 parent 171a4c3 commit 868fbe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/takeover/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def webInit(self):
301301
else:
302302
continue
303303

304-
self.webBackdoorUrl = "%s/%s" % (self.webBaseUrl, backdoorName)
304+
self.webBackdoorUrl = "%s/%s" % (self.webBaseUrl.rstrip('/'), backdoorName)
305305
self.webDirectory = localPath
306306

307307
infoMsg = "the backdoor has probably been successfully "

0 commit comments

Comments
 (0)