mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-06 06:15:11 +08:00
Add missing blank lines after class or function definition.
This commit is contained in:
@@ -23,6 +23,7 @@ def openssl_encode(algo, key, iv):
|
||||
out, _ = prog.communicate(secret_msg)
|
||||
return out
|
||||
|
||||
|
||||
iv = key = [0x20, 0x15] + 14 * [0]
|
||||
|
||||
r = openssl_encode('aes-128-cbc', key, iv)
|
||||
|
||||
Reference in New Issue
Block a user