File "/Users/cohee/clones/OneRingTranslator/plugins/plugin_deepl.py", line 42, in translate
res = DeeplTranslator(api_key, use_free_api=is_free, source=from_lang, target=to_lang).translate(text)
TypeError: DeeplTranslator.__init__() got multiple values for argument 'source'
Fixes this: