File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44########################################################################################################################
55
66import sys
7+ import time
78# add some files in different folders to sys.
89# these files can than be loaded directly
910sys .path .insert (0 , '../cfg/' )
Original file line number Diff line number Diff line change 66import logging
77import sys
88
9- from update_modue .update_project_contributors import update_project_contributors
10- from update_modue .update_project_progress import update_project_progress
9+ from update_module .update_project_contributors import update_project_contributors
10+ from update_module .update_project_progress import update_project_progress
11+
1112from cfg .auth import firebase_admin_auth
1213from utils .send_slack_message import send_slack_message
1314
You can’t perform that action at this time.
0 commit comments