Skip to content

Commit

Permalink
updated namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
oboratav committed Jan 20, 2021
1 parent bfe49e5 commit 48898c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
transport = Transport(cache=SqliteCache())

test_client = Client(TEST_WSDL_URL, transport=transport)
test_factory = test_client.type_factory("ns1")
test_factory = test_client.type_factory("tns")
prod_client = Client(PROD_WSDL_URL, transport=transport)
prod_factory = prod_client.type_factory("ns1")
prod_factory = prod_client.type_factory("tns")

class AuthMiddleware(object):
"""
Expand Down

0 comments on commit 48898c3

Please sign in to comment.