Update database_caller.py

This commit is contained in:
Justin 2023-01-09 18:13:31 +08:00 committed by GitHub
parent b3b5e5b842
commit 4481a5ede6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,15 @@
# This code can not be copied and/or distributed without the express # This code can not be copied and/or distributed without the express
# permission of Fintic # permission of Fintic
import psutil
import finnhub import finnhub
import time import time
import csv import csv
import pytz import pytz
from datetime import datetime, timedelta from datetime import datetime, timedelta
import subprocess
import json import json
import urllib.request
import datetime as dt import datetime as dt
import sys, os, base64, hashlib, hmac, select import sys, os, base64, hashlib, hmac, select
import requests import requests