Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
This reverts commit 6520261.
  • Loading branch information
TechShreyash committed Feb 10, 2023
1 parent 6520261 commit bcaa56c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 2 additions & 5 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ def favicon():
return redirect('https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/favicon.ico')


ping_count = 0


@app.route('/')
def home():
global ping_count
ping_count += 1
html = render_template('home.min.html')
div1 = get_trending_html()
try:
Expand Down Expand Up @@ -208,3 +203,5 @@ def latest(page):
return {'html': html}
except:
return {'html': ''}


2 changes: 0 additions & 2 deletions programs/anime_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,3 @@ def get_html(data):
html += x

return html

def top_anime():

1 comment on commit bcaa56c

@vercel
Copy link

@vercel vercel bot commented on bcaa56c Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anime-dex – ./

anime-dex1.vercel.app
anime-dex-git-main-techshreyash.vercel.app
anime-dex-techshreyash.vercel.app

Please sign in to comment.