Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reissue.py #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions reissue.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import sys
import time
import smtplib
import mechanicalsoup
from getpass import getpass
from datetime import datetime
import sys #This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available.
import time # for accessing time module
import smtplib # SMTP protocol client
import mechanicalsoup # for automating interaction with websites
from getpass import getpass #Portable password input
from datetime import datetime #for accessing datetime module


class LibraryReissuer:
Expand Down