Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 8572adf

Browse files
committed
Fuck this, revert to windows API key for Mac.
1 parent a4b04d5 commit 8572adf

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
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
2+
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

twitter.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@
1717

1818
import globals
1919
import sound
20-
if platform.system() == "Windows":
21-
API_KEY = "xyTlkymHxgbfjasI2OL0O2ssG"
22-
API_SECRET = "sLKYWCCZw5zX6xR2K04enB0TAQLTwCsCHuQIEhZT4KHhkCM6zW"
23-
elif platform.system() == "Darwin":
24-
API_KEY = "pCQOjY5bd1ifqve7WeTEhcm2Z"
25-
API_SECRET = "aKRqASlPQyWTigLmy1x4n16Kg5LCnidZK1eVRSVMIqPB56XtU7"
20+
API_KEY = "xyTlkymHxgbfjasI2OL0O2ssG"
21+
API_SECRET = "sLKYWCCZw5zX6xR2K04enB0TAQLTwCsCHuQIEhZT4KHhkCM6zW"
2622

2723
class twitter(object):
2824
def __init__(self,index):

0 commit comments

Comments
 (0)