fix: retrieve user profile after refreshing twitch creds

This commit is contained in:
cătălin 2025-02-24 11:27:10 +01:00
commit bc8db87944
No known key found for this signature in database
5 changed files with 15 additions and 13 deletions

View file

@ -10,6 +10,7 @@
languages.python.version = "3.12.8";
enterShell = ''
uv sync
'';
dotenv.enable = true;