We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a7a17 commit a3d4a62Copy full SHA for a3d4a62
rotator.py
@@ -29,9 +29,9 @@ def main():
29
send_to_telegram(args.telegram_bot_token, args.telegram_chat_id, telegram_message)
30
except Exception as err:
31
print(f"Unexpected {err=}, {type(err)=}")
32
-
33
-"""Enum whick represents GitLab access tokens types"""
+
34
class TokenType(enum.Enum):
+"""Enum whick represents GitLab access tokens types"""
35
GROUP_ACCESS_TOKEN = 0,
36
PROJECT_ACCESS_TOKEN = 1
37
0 commit comments