Commit 356a8972 by taufikyu

disable warning

1 parent 5f34e878
......@@ -2,6 +2,7 @@ import sys
import os
import json
import requests
import warnings
from sqlalchemy import create_engine
from sqlalchemy.sql import text
from datetime import date, datetime, timedelta
......@@ -20,6 +21,8 @@ from sqlalchemy.orm import (
from sqlalchemy.ext.declarative import declarative_base
from esipkd.models.isipkd import (ARInvoice, ARSspd)
warnings.filterwarnings("ignore")
## python cron_payment_callback_pemda.py [/config.ini] [tahun]
if len(sys.argv) < 2:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!