aboutsummaryrefslogtreecommitdiff
path: root/domain.py
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-07 05:42:17 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-07 05:42:17 +0200
commitf40fdb11160c8dc1cc4fa2d68d893637cd598272 (patch)
tree67d27129fc0418ac840abe6a3d99d36caec6eeb3 /domain.py
parentb9267c0ff2b13cb3a3bdd8f28a1a2329ef01f5d6 (diff)
Add option to start tracking anime from filename
Diffstat (limited to 'domain.py')
-rwxr-xr-xdomain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/domain.py b/domain.py
index 9f39efc..0ec8ac7 100755
--- a/domain.py
+++ b/domain.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
def url_extract_domain(url):
index = 0