mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
refactoring
This commit is contained in:
parent
ce1d865620
commit
f0fc52ee12
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
import sys
|
import sys
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
print(platform.python_implementation())
|
print("davi logs", sys.version[0:3])
|
||||||
|
print("davi logs", platform.python_implementation())
|
||||||
|
|
||||||
if sys.version[0:3] == '3.9':
|
if sys.version[0:3] == '3.9':
|
||||||
import unittest
|
import unittest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue