Skip to content

Instantly share code, notes, and snippets.

@gb1035
gb1035 / main.py
Last active November 23, 2022 11:55 — forked from arkadiyt/main.py
import boto3
import certbot.main
import datetime
import os
import raven
import subprocess
def read_and_delete_file(path):
with open(path, 'r') as file:
contents = file.read()