Merge branch 'main' into okta-email
This commit is contained in:
Коммит
8af7761fba
2
Pipfile
2
Pipfile
|
@ -32,7 +32,7 @@ cryptography = "*"
|
|||
werkzeug = "*"
|
||||
|
||||
[pipenv]
|
||||
allow_prereleases = true
|
||||
allow_prereleases = false
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
2
app.py
2
app.py
|
@ -372,6 +372,7 @@ def is_team_in_map(slug, custom_map, org):
|
|||
else:
|
||||
return False
|
||||
|
||||
|
||||
def get_directory_from_slug(slug, custom_map, org):
|
||||
if not is_team_in_map(slug, custom_map, org):
|
||||
return slug
|
||||
|
@ -379,7 +380,6 @@ def get_directory_from_slug(slug, custom_map, org):
|
|||
return custom_map[(org.login, slug)]
|
||||
elif slug in custom_map:
|
||||
return custom_map[slug]
|
||||
|
||||
|
||||
|
||||
thread = threading.Thread(target=sync_all_teams)
|
||||
|
|
Загрузка…
Ссылка в новой задаче