Skip to content

Instantly share code, notes, and snippets.

View EmanuelAngelo's full-sized avatar
🎯
Focusing

Emanuel Angelo EmanuelAngelo

🎯
Focusing
View GitHub Profile
import time
import speedtest
from datetime import datetime
import sqlite3
import logging
from threading import Timer
logging.basicConfig(format='%(levelname)s - %(asctime)s - %(message)s', level=logging.INFO)