analyser_hj3415 2.10.5__tar.gz → 2.10.6__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.10.5
3
+ Version: 2.10.6
4
4
  Summary: Stock analyser and database processing programs
5
5
  Requires-Python: >=3.6
6
6
  Description-Content-Type: text/markdown
@@ -145,7 +145,7 @@ class Score:
145
145
  except ValueError:
146
146
  score_logger.error(f'score ranking error : {code}')
147
147
  continue
148
- score = s.get()
148
+ score = s.get(refresh=refresh)
149
149
  data[code] = score
150
150
  return data
151
151
 
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
 
6
6
  [project]
7
7
  name = "analyser_hj3415"
8
- version = "2.10.5"
8
+ version = "2.10.6"
9
9
  description = "Stock analyser and database processing programs"
10
10
  readme = "README.md"
11
11
  requires-python = ">=3.6"