Compare commits
3 Commits
bot
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
6d349cc6a8 | ||
|
594b532fe7 | ||
|
fb8922f06a |
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@@ -10,8 +10,6 @@ updates:
|
|||||||
directory: "/api"
|
directory: "/api"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
assignees:
|
|
||||||
- "H4CK3R-01"
|
|
||||||
open-pull-requests-limit: 100
|
open-pull-requests-limit: 100
|
||||||
|
|
||||||
# Bot
|
# Bot
|
||||||
@@ -19,10 +17,6 @@ updates:
|
|||||||
directory: "/telegram_bot"
|
directory: "/telegram_bot"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
assignees:
|
|
||||||
- "NormalParameter"
|
|
||||||
- "Rripped"
|
|
||||||
- "FlorianKellermann"
|
|
||||||
open-pull-requests-limit: 100
|
open-pull-requests-limit: 100
|
||||||
|
|
||||||
# Frontend
|
# Frontend
|
||||||
@@ -30,6 +24,4 @@ updates:
|
|||||||
directory: "/frontend"
|
directory: "/frontend"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
assignees:
|
|
||||||
- "kevinpauer"
|
|
||||||
open-pull-requests-limit: 100
|
open-pull-requests-limit: 100
|
||||||
|
@@ -11,7 +11,7 @@ bcrypt==3.2.2
|
|||||||
pytest~=7.1.2
|
pytest~=7.1.2
|
||||||
pytest-cov
|
pytest-cov
|
||||||
marshmallow~=3.15.0
|
marshmallow~=3.15.0
|
||||||
faker~=13.11.0
|
faker~=14.2.0
|
||||||
requests~=2.27.1
|
requests~=2.27.1
|
||||||
investpy~=1.0.8
|
investpy~=1.0.8
|
||||||
pandas~=1.4.2
|
pandas~=1.4.2
|
||||||
|
@@ -149,7 +149,6 @@ def update_for_user(p_user_id, p_my_handler):
|
|||||||
|
|
||||||
shares = p_my_handler.get_user_shares(p_user_id) # all interest shares
|
shares = p_my_handler.get_user_shares(p_user_id) # all interest shares
|
||||||
|
|
||||||
if shares!=None
|
|
||||||
if len(share_symbols) != 0: # iterate through all shares
|
if len(share_symbols) != 0: # iterate through all shares
|
||||||
|
|
||||||
for i in range(len(share_symbols)):
|
for i in range(len(share_symbols)):
|
||||||
|
Reference in New Issue
Block a user