Python and bash snippets
from warnings import filterwarningsimport MySQLdb as Databasefilterwarnings('ignore', category = Database.Warning)
from warnings import resetwarningsresetwarnings()
No comments:
Post a Comment