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
|
#Nvm its Qt Creator thats big dumb why tf is tab just a bunch of spaces wtf
|
||||||
|
|
||||||
#Date Transformation Function
|
#Date Transformation Function
|
||||||
#def date_cruncher(Weekday,month,day,year):
|
def date_cruncher(Weekday,month,day,year):
|
||||||
# if (month != 'Jan'):
|
if (month != 'Jan'):
|
||||||
# pass month = '1'
|
pass month = '1'
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
# date = day + month + year
|
|
||||||
# print("I crunched the date!")
|
date = day + month + year
|
||||||
# print(date)
|
print("I crunched the date!")
|
||||||
|
print(date)
|
||||||
|
|
||||||
|
|
||||||
def tweet_search():
|
def tweet_search():
|
||||||
|
|||||||
Reference in New Issue
Block a user