UlionTse / translators

🌏🌍🌎Translators🌎🌍🌏 is a library that aims to bring free, multiple, enjoyable translations to individuals and students in Python. Translators是一个旨在用Python为个人和学生带来免费、多样、愉快翻译的库。
https://pypi.org/project/translators/
GNU General Public License v3.0
1.62k stars 189 forks source link

Fix not_update_cond_freq calculation #134

Closed NullMember closed 1 year ago

NullMember commented 1 year ago

Session is updated each query after update_session_after_freq limit reached. After this change session will be updated at each update_session_after_freq'th query.

UlionTse commented 1 year ago

Thanks for your PR.