Browse Source

Merge branch 'master' of blezz-tech/sharix-open-tickets into master

1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/tickets.py

+ 2 - 2
lib/tickets.py

@@ -32,13 +32,13 @@ class Ticket:
         (3, "ACCESS_REQUEST", [
             [320, 321, 359],
             [321, 359, 451],
-            [359, 351]
+            [359, 351],
             [351]
         ]),
         (4, "NEG_REQUEST", [
             [420, 421, 459],
             [421, 459, 451],
-            [459, 451]
+            [459, 451],
             [451]
         ])
     )