tsteuer 5 years ago
parent
commit
79182ad3ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      db_migration/Test.py

+ 1 - 1
db_migration/Test.py

@@ -3,6 +3,6 @@ class Test:
     def __init__(self,name):
         self.name=name
         
-    def print_name():
+    def print_name(self):
         print(self.name)