Name changes & removed links.json
This commit is contained in:
parent
66a6af4cc3
commit
7a0b2660c5
3 changed files with 4 additions and 14 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
config.json
|
config.json
|
||||||
__pycache__
|
__pycache__
|
||||||
venv/
|
venv/
|
||||||
|
links.json
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"test": "test"
|
|
||||||
}
|
|
14
twitfix.py
14
twitfix.py
|
@ -41,9 +41,9 @@ if not os.path.exists("config.json"):
|
||||||
"table":"TwiFix",
|
"table":"TwiFix",
|
||||||
"method":"youtube-dl",
|
"method":"youtube-dl",
|
||||||
"color":"#43B581",
|
"color":"#43B581",
|
||||||
"appname": "TwitFix",
|
"appname": "vxTwitter",
|
||||||
"repo": "https://github.com/robinuniverse/twitfix",
|
"repo": "https://github.com/dylanpdx/BetterTwitFix",
|
||||||
"url": "https://fxtwitter.com"
|
"url": "https://vxtwitter.com"
|
||||||
},
|
},
|
||||||
"api":{"api_key":"[api_key goes here]",
|
"api":{"api_key":"[api_key goes here]",
|
||||||
"api_secret":"[api_secret goes here]",
|
"api_secret":"[api_secret goes here]",
|
||||||
|
@ -82,14 +82,6 @@ elif link_cache_system == "db":
|
||||||
table = config['config']['table']
|
table = config['config']['table']
|
||||||
db = client[table]
|
db = client[table]
|
||||||
|
|
||||||
@app.route('/bidoof/')
|
|
||||||
def bidoof():
|
|
||||||
return redirect("https://cdn.discordapp.com/attachments/291764448757284885/937343686927319111/IMG_20211226_202956_163.webp", 301)
|
|
||||||
|
|
||||||
@app.route('/discord/')
|
|
||||||
def discord():
|
|
||||||
return redirect("https://discord.gg/ztz2hHwZXv", 301)
|
|
||||||
|
|
||||||
@app.route('/stats/')
|
@app.route('/stats/')
|
||||||
def statsPage():
|
def statsPage():
|
||||||
today = str(date.today())
|
today = str(date.today())
|
||||||
|
|
Loading…
Reference in a new issue