Skip to content

Commit c8f3ba2

Browse files
committed
Correct indenting
1 parent 868dc87 commit c8f3ba2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pafy/pafy.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
# Select which backend to use
4545
backend = "internal"
4646
if os.environ.get("PAFY_BACKEND") != "internal":
47-
try:
48-
import youtube_dl
49-
backend = "youtube-dl"
50-
except ImportError:
51-
logging.warning("""pafy: youtube-dl not found; falling back to internal \
47+
try:
48+
import youtube_dl
49+
backend = "youtube-dl"
50+
except ImportError:
51+
logging.warning("""pafy: youtube-dl not found; falling back to internal \
5252
backend. This is not as well maintained as the youtube-dl backend. To hide this \
5353
message, set the environmental variable PAFY_BACKEND to \"internal\".""")
5454

0 commit comments

Comments
 (0)