From d5daf7c5e4b31e2e153ab1818cb5f74a835b05bd Mon Sep 17 00:00:00 2001 From: Gamotiv <49294700+Gamotiv@users.noreply.github.com> Date: Fri, 20 Aug 2021 22:28:31 +0200 Subject: [PATCH] commented out the results output to txt file --- twintgui.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/twintgui.py b/twintgui.py index 6b86e6d..2cc27d1 100644 --- a/twintgui.py +++ b/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():