Skip to content

Commit

Permalink
Fuck this, revert to windows API key for Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
masonasons committed Nov 27, 2021
1 parent a4b04d5 commit 8572adf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -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
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
8 changes: 2 additions & 6 deletions twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8572adf

Please sign in to comment.