diff options
| author | Bobby <[email protected]> | 2024-10-13 09:06:30 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-10-13 09:06:30 -0400 |
| commit | a96009634e329c9d539afe005e9134ee66dbdfe6 (patch) | |
| tree | 191e85f7ea4f7cd3713afa13e60e2129d1b4d599 | |
| parent | b2a7486de2ea7f33b70ab88bc304b98e26c548ea (diff) | |
| download | yugen-a96009634e329c9d539afe005e9134ee66dbdfe6.tar.xz yugen-a96009634e329c9d539afe005e9134ee66dbdfe6.zip | |
removed discord activity
| -rw-r--r-- | watch/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watch/urls.py b/watch/urls.py index 4949d8b..467c128 100644 --- a/watch/urls.py +++ b/watch/urls.py @@ -9,7 +9,7 @@ urlpatterns = [ path('/<int:anime_id>/<int:episode>', views.watch, name='watch_episode'), # path('/zid:<str:zid>', views.watch_via_zid, name='watch_via_zid'), path('/update_watch_history', views.update_episode_watch_time, name='update_watch_history'), - path('/clear_discord_status', views.clear_discord_status, name='clear_discord_status'), + # path('/clear_discord_status', views.clear_discord_status, name='clear_discord_status'), path('/remove_anime_from_watchlist', views.remove_anime_from_watchlist, name='remove_anime_from_watchlist'), # path('/malId:<int:mal_id>$zid:<str:zid>', views.watch_via_zid_mal_id, name='watch_via_zid_mal_id'), # if anilist id is not available ] |
