Skip to content

Commit ec0a7fa

Browse files
authored
Merge pull request #98948 from khushrajjain/patch-1
Update notification-hubs-python-push-notification-tutorial.md
2 parents 0d27c12 + 3ca62a6 commit ec0a7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/notification-hubs/notification-hubs-python-push-notification-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class NotificationHub:
8989

9090
for part in parts:
9191
if part.startswith('Endpoint'):
92-
self.Endpoint = 'https' + part[11:]
92+
self.Endpoint = 'https' + part[11:].lower()
9393
if part.startswith('SharedAccessKeyName'):
9494
self.SasKeyName = part[20:]
9595
if part.startswith('SharedAccessKey'):

0 commit comments

Comments
 (0)