Commit edfeb499 by taufikyu

update log

1 parent b851b866
...@@ -70,6 +70,7 @@ def sendrpc(kd_bayar): ...@@ -70,6 +70,7 @@ def sendrpc(kd_bayar):
data=json.dumps(dict(kd_bayar=kd_bayar)), data=json.dumps(dict(kd_bayar=kd_bayar)),
headers=headers, headers=headers,
verify=False) verify=False)
print(str(datetime.now()))
print('KD BAYAR : {}'.format(kd_bayar)) print('KD BAYAR : {}'.format(kd_bayar))
print('Response RPC CALLBACK PEMDA : {}'.format(resp.content)) print('Response RPC CALLBACK PEMDA : {}'.format(resp.content))
try: try:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!