diff --git a/AnkiConnect.py b/AnkiConnect.py index 5a73e4c..6931887 100644 --- a/AnkiConnect.py +++ b/AnkiConnect.py @@ -61,15 +61,15 @@ except: unicode = str +# +# Helpers +# + def webApi(func): func.webApi = True return func -# -# Helpers -# - def makeBytes(data): return data.encode('utf-8')