143
+
144 144
         try:
145 145
             model = ModelInfo.objects.get(model_id=self.model_id, status=True)
146 146
         except ModelInfo.DoesNotExist:
@@ -198,7 +198,7 @@ class TenancyShotRequestInfo(BaseModelMixin):
198 198
             shot = TenancyShotInfo.objects.get(shot_id=self.shot_id, status=True)
199 199
         except TenancyShotInfo.DoesNotExist:
200 200
             shot = None
201
-        
201
+
202 202
         try:
203 203
             model = ModelInfo.objects.get(model_id=self.model_id, status=True)
204 204
         except ModelInfo.DoesNotExist:

Kodo/kodo - Gogs: Go Git Service

10 Commits (d9e17b83cda9bf15cc7d6d932b72824cf202dc60)

Autore SHA1 Messaggio Data
  Brightcells fc46e64646 Send msg to self when thumbup and comment 8 anni fa
  Brightcells 2eba3ed7f9 Add guest login for tourguide 8 anni fa
  Brightcells 246a9ff4b8 Change to 'from utils.redis.connect import r' 8 anni fa
  Brightcells 86aa86bbba add GROUP_PHOTO_WATCHER_SET 9 anni fa
  Brightcells e4567ea2de fix call set_group_users_info after group user removed 9 anni fa
  Brightcells afcdf74a49 add api group_data_api 9 anni fa
  Brightcells fabef63211 set line_length=200 for isort 9 anni fa
  Brightcells f72ccb1875 isort import 9 anni fa
  Brightcells 25a5b5e8ae reconstruct retrieve_redis_data 9 anni fa
  Brightcells 454f8cd8ec change some info store in redis & remove some unnecessary params check & add some return for some api 9 anni fa