Cool Feature #1
Cool Feature #2
Cool Feature #3
#! /bin/python if network_available: send_to_db(logs) else: append_logs(logs) exit()