Skip to content

Commit

Permalink
Change Mjolnir username (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla authored Oct 27, 2023
1 parent 3716d4e commit dca3d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mjolnir.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
logger = logging.getLogger(__name__)

MJOLNIR_SERVICE_NAME = "mjolnir"
USERNAME = "mjolnir"
USERNAME = "moderator"


class Mjolnir(ops.Object): # pylint: disable=too-few-public-methods
Expand Down

0 comments on commit dca3d24

Please sign in to comment.