You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows youtube-upload --help open Firefox and display:
#!C:\Users\steph\AppData\Local\Programs\Python\Python310\python.exe
if __name__ == '__main__':
#Allows you to a relative import from the parent folder
import os.path, sys
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir))
from youtube_upload import main
main.run()
The text was updated successfully, but these errors were encountered:
On Windows
youtube-upload --help
open Firefox and display:The text was updated successfully, but these errors were encountered: