AnnounceShare: fix a typo (= vs ==)

This commit is contained in:
Vadim Ushakov 2019-07-03 16:16:16 +07:00
parent 3d1328014b
commit e716164be4

View file

@ -63,7 +63,7 @@ class TrackerStorage(object):
protocol = address_parts["protocol"]
if protocol == "https":
protocol == "http"
protocol = "http"
return protocol