From 8572adfe21f97f96e0e3500aefe33841d1de239d Mon Sep 17 00:00:00 2001 From: masonasons Date: Sat, 27 Nov 2021 15:42:27 -0600 Subject: [PATCH] Fuck this, revert to windows API key for Mac. --- build.bat | 2 +- twitter.py | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/build.bat b/build.bat index 2baefcc..6506b79 100644 --- a/build.bat +++ b/build.bat @@ -1,2 +1,2 @@ @echo off -nuitka --windows-company-name=Mellaquin --windows-product-name=Quinter --windows-file-version=0.70 --windows-product-version=0.70 --windows-file-description=Quinter --standalone --python-flag=no_site --include-data-file=keymap.keymap=keymap.keymap --windows-disable-console --output-dir=c:\tempbuild --remove-output quinter.pyw \ No newline at end of file +nuitka --windows-company-name=Mellaquin --windows-product-name=Quinter --windows-file-version=0.71 --windows-product-version=0.71 --windows-file-description=Quinter --standalone --python-flag=no_site --include-data-file=keymap.keymap=keymap.keymap --windows-disable-console --output-dir=c:\tempbuild --remove-output quinter.pyw \ No newline at end of file diff --git a/twitter.py b/twitter.py index 6a7443b..1132583 100644 --- a/twitter.py +++ b/twitter.py @@ -17,12 +17,8 @@ import globals import sound -if platform.system() == "Windows": - API_KEY = "xyTlkymHxgbfjasI2OL0O2ssG" - API_SECRET = "sLKYWCCZw5zX6xR2K04enB0TAQLTwCsCHuQIEhZT4KHhkCM6zW" -elif platform.system() == "Darwin": - API_KEY = "pCQOjY5bd1ifqve7WeTEhcm2Z" - API_SECRET = "aKRqASlPQyWTigLmy1x4n16Kg5LCnidZK1eVRSVMIqPB56XtU7" +API_KEY = "xyTlkymHxgbfjasI2OL0O2ssG" +API_SECRET = "sLKYWCCZw5zX6xR2K04enB0TAQLTwCsCHuQIEhZT4KHhkCM6zW" class twitter(object): def __init__(self,index):