v0.1.2 #60

Merged
profitroll merged 23 commits from dev into main 2024-05-31 00:46:09 +03:00
Showing only changes of commit f6731d5734 - Show all commits

View File

@ -13,4 +13,4 @@ class Migration(BaseMigration):
def downgrade(self):
sync.config_delete("update_checker", missing_ok=True)
sync.config_delete("url_updater", "strings")
sync.config_delete("url_updater", "strings", missing_ok=True)