commented out the results output to txt file

This commit is contained in:
Gamotiv
2021-08-20 22:28:31 +02:00
parent 2226a1b5c6
commit d5daf7c5e4

View File

@@ -23,15 +23,15 @@ backslash = '\\'
#Nvm its Qt Creator thats big dumb why tf is tab just a bunch of spaces wtf
#Date Transformation Function
#def date_cruncher(Weekday,month,day,year):
# if (month != 'Jan'):
# pass month = '1'
#
def date_cruncher(Weekday,month,day,year):
if (month != 'Jan'):
pass month = '1'
# date = day + month + year
# print("I crunched the date!")
# print(date)
date = day + month + year
print("I crunched the date!")
print(date)
def tweet_search():