mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -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 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':
|
||||
import unittest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue