analyser_hj3415 2.9.11__tar.gz → 2.9.12__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: analyser_hj3415
3
- Version: 2.9.11
3
+ Version: 2.9.12
4
4
  Summary: Stock analyser and database processing programs
5
5
  Requires-Python: >=3.6
6
6
  Description-Content-Type: text/markdown
@@ -218,7 +218,7 @@ def analyser_manager():
218
218
  mylstm.caching_based_on_prophet_ranking(refresh=args.refresh, expire_time_h=48, top=args.top)
219
219
  else:
220
220
  mylstm.caching_based_on_prophet_ranking(refresh=args.refresh, expire_time_h=48)
221
- mymongo.Logs.save('cli','INFO', f'run >> analyser lstm caching / top={args.top if args.top else 20})')
221
+ mymongo.Logs.save('cli','INFO', f'run >> analyser lstm caching / top={args.top if args.top else 20}')
222
222
  elif args.command == 'get':
223
223
  assert utils.is_6digit(args.code), "code 인자는 6자리 숫자이어야 합니다."
224
224
  result = mylstm(args.code).get_final_predictions(refresh=args.refresh, expire_time_h=48)
@@ -10,7 +10,7 @@ import logging
10
10
 
11
11
  eval_logger = helpers.setup_logger('eval_logger', logging.WARNING)
12
12
 
13
- expire_time = 3600 * 12
13
+ expire_time = 3600 * 24
14
14
 
15
15
  class Tools:
16
16
  @staticmethod
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
 
6
6
  [project]
7
7
  name = "analyser_hj3415"
8
- version = "2.9.11"
8
+ version = "2.9.12"
9
9
  description = "Stock analyser and database processing programs"
10
10
  readme = "README.md"
11
11
  requires-python = ">=3.6"