Skip to content

Commit

Permalink
Update Streamsb source (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
DWH-WFC authored Feb 18, 2023
1 parent 5cc31ca commit c201dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ def makeid(length):
c2 = binascii.hexlify(x.encode('utf8')).decode('utf8')
x = '{0}||{1}||{2}||streamsb'.format(makeid(12), c2, makeid(12))
c3 = binascii.hexlify(x.encode('utf8')).decode('utf8')
return 'https://{0}/sources50/{1}/{2}'.format(host, c1, c3)
return 'https://{0}/sources51/{1}/{2}'.format(host, c1, c3)

0 comments on commit c201dfc

Please sign in to comment.