Skip to content

Commit 3bc4cb2

Browse files
Fix some task factory strings.
1 parent 721e2cf commit 3bc4cb2

File tree

1 file changed

+2
-2
lines changed
  • stage4.1_first_application/pycasa/app

1 file changed

+2
-2
lines changed

stage4.1_first_application/pycasa/app/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class PycasaApplication(TasksApplication):
2121
def _task_factories_default(self):
2222
return [
2323
TaskFactory(
24-
id='pycasa.hello_world_task',
25-
name="Hellow World Editor",
24+
id='pycasa.pycasa_task_factory',
25+
name="Main Pycasa Task Factory",
2626
factory=PycasaTask
2727
)
2828
]

0 commit comments

Comments
 (0)