TyrantLucifer / ssr-command-client

:airplane:The commend client of ssr based Python3
Apache License 2.0
978 stars 240 forks source link

Fix module 'collections' has no attribute 'MutableMapping' #58

Closed nilknow closed 2 years ago

nilknow commented 2 years ago

Issue #57 fix (I haven't tested it in my local environment, cannot find the test cases in you project). You'd better check it first and then merge my fix.

nilknow commented 2 years ago

Besides that, I think adding the .idea directory in git is not a good habit.

nilknow commented 2 years ago

I have installed it in my local environment and tested the update. It works from my side.

TyrantLucifer commented 2 years ago

ok, I will test in other version python environment, thank for your advice that remove .idea directory in project. I will remove it after merge this pr.