Change shebang in spotdl.py

This commit is contained in:
Linus Groh
2018-01-04 13:07:02 +01:00
committed by GitHub
parent 1addf39bd2
commit 0af4a13c2b

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
from core import logger