onedrivecmd
onedrivecmd copied to clipboard
Troublesome to run on Python 3.11
I had many issues to run this on my Python 3.11. All "@async..." functions had to be corrected. All "yield from" functions had to be replaced with await.
The line of the utils/arguments file →
Basic functions
parser.add_argument('--version', action = 'version', version = VER)
also didn't work, I temporarily replaced VER with 'VER'
Could you please push the updates to the files or create a fork of the main project for newer python versions?