removed autistic prints cuz ur lazy ass dont wanna remove them

This commit is contained in:
Gamotiv
2021-08-20 22:56:06 +02:00
parent 5d7c55551d
commit dc24d7e0f2

View File

@@ -45,8 +45,6 @@ def date_cruncher(bad_date):
good_date_year = good_date_list[3]
good_date = good_date_year + '-' + good_date_month + '-' + good_date_day
print("I crunched the date!")
print(good_date)
return(good_date)
@@ -89,8 +87,7 @@ window = loader.load("mainwindow.ui", None)
window.SearchButton.clicked.connect(tweet_search)
print(window.Since.date().toString())
print(window.Until.date().toString())
window.show()