removed ssl to package exe properly

This commit is contained in:
BarsTiger
2022-04-30 11:09:45 +03:00
parent 07eb9551bc
commit d4d94c41ad
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ client = pusher.Pusher(
key=key,
secret=secret,
cluster=cluster,
ssl=True
ssl=False
)
receiver = pysher.Pusher(key=key, cluster=cluster)

View File

@@ -9,7 +9,7 @@ client = pusher.Pusher(
key=key,
secret=secret,
cluster=cluster,
ssl=True
ssl=False
)
receiver = pysher.Pusher(key=key, cluster=cluster)

View File

@@ -9,7 +9,7 @@ client = pusher.Pusher(
key=key,
secret=secret,
cluster=cluster,
ssl=True
ssl=False
)
receiver = pysher.Pusher(key=key, cluster=cluster)

View File

@@ -9,7 +9,7 @@ client = pusher.Pusher(
key=key,
secret=secret,
cluster=cluster,
ssl=True
ssl=False
)
receiver = pysher.Pusher(key=key, cluster=cluster)

View File

@@ -15,7 +15,7 @@ client = pusher.Pusher(
key=key,
secret=secret,
cluster=cluster,
ssl=True
ssl=False
)
receiver = pysher.Pusher(key=key, cluster=cluster)