dsnopek / anki-sync-server

A personal Anki sync server (so you can sync against your own server rather than AnkiWeb)
GNU Affero General Public License v3.0
747 stars 95 forks source link

Fix error in format string causing behavior reported in issue #45 #46

Closed cdpm closed 8 years ago

cdpm commented 8 years ago

Fixes error in format string causing failure in error handler in SyncMediaHandler._remove_media_files().

dsnopek commented 8 years ago

Thanks!