Skip to content

Commit

Permalink
Name changes & removed links.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpdx committed May 13, 2022
1 parent 66a6af4 commit 7a0b266
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
config.json
__pycache__
venv/
links.json
3 changes: 0 additions & 3 deletions links.json

This file was deleted.

14 changes: 3 additions & 11 deletions twitfix.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"table":"TwiFix",
"method":"youtube-dl",
"color":"#43B581",
"appname": "TwitFix",
"repo": "https://github.com/robinuniverse/twitfix",
"url": "https://fxtwitter.com"
"appname": "vxTwitter",
"repo": "https://github.com/dylanpdx/BetterTwitFix",
"url": "https://vxtwitter.com"
},
"api":{"api_key":"[api_key goes here]",
"api_secret":"[api_secret goes here]",
Expand Down Expand Up @@ -82,14 +82,6 @@
table = config['config']['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/')
def statsPage():
today = str(date.today())
Expand Down

0 comments on commit 7a0b266

Please sign in to comment.