This repository was archived by the owner on Jun 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1717
1818import globals
1919import 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
2723class twitter (object ):
2824 def __init__ (self ,index ):
You can’t perform that action at this time.
0 commit comments