removed autistic prints cuz ur lazy ass dont wanna remove them
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user