Commit 9410001b by Solo Group

odeo

1 parent 57c840d8
...@@ -17,7 +17,7 @@ from . import notify ...@@ -17,7 +17,7 @@ from . import notify
urllib3.disable_warnings() urllib3.disable_warnings()
timeout = 20 timeout = 30
class Vendor(VendorClass): class Vendor(VendorClass):
def __init__(self, vendor_produk, invoice_det): def __init__(self, vendor_produk, invoice_det):
VendorClass.__init__(self, vendor_produk, invoice_det=invoice_det) VendorClass.__init__(self, vendor_produk, invoice_det=invoice_det)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!