Skip to content

Commit

Permalink
Merge branch 'dynamo-ts' of https://github.com/robinje/multi-user-dun…
Browse files Browse the repository at this point in the history
…geon into dynamo-ts
  • Loading branch information
robinje committed Sep 27, 2024
2 parents 0d5f87a + bd889bd commit 833cf73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion database/motd.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def add_or_update_motd(message, active=True, is_welcome=False):
dynamodb = boto3.resource("dynamodb")
table = dynamodb.Table("motd") # type: ignore
table = dynamodb.Table("motd") # type: ignore

motd_id = "00000000-0000-0000-0000-000000000000" if is_welcome else str(uuid.uuid4())

Expand Down
1 change: 1 addition & 0 deletions scripts/deploy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Multi User Dunegoen Deployment Script
"""

import traceback

import boto3
Expand Down

0 comments on commit 833cf73

Please sign in to comment.