commented out the results output to txt file
This commit is contained in:
14
twintgui.py
14
twintgui.py
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user