Przeglądaj źródła

correct an error of keyboard

prieto 8 lat temu
rodzic
commit
a5474695a8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      lodel/leapi/query.py

+ 1
- 1
lodel/leapi/query.py Wyświetl plik

@@ -38,7 +38,7 @@ class LeQuery(object):
38 38
     def execute(self, **datas):
39 39
         if len(datas) > 0:
40 40
             self._target_class.check_datas_value(
41
-                                                    datas['datas'lode],
41
+                                                    datas['datas'],
42 42
                                                     **self._data_check_args)
43 43
             self._target_class.prepare_datas() #not yet implemented
44 44
         if self._hook_prefix is None:

Loading…
Anuluj
Zapisz