Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #299 from cmagnobarbosa/update_NApps_template
Browse files Browse the repository at this point in the history
Update NApp template
  • Loading branch information
hdiogenes authored Oct 20, 2020
2 parents ed38f01 + 3d94b56 commit 57e6273
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from napps.{{username}}.{{napp}} import settings
class Main(KytosNApp):
"""Main class of {{username}}/{{napp}} NApp.

This class is the entry point for this napp.
This class is the entry point for this NApp.
"""

def setup(self):
Expand All @@ -35,7 +35,7 @@ class Main(KytosNApp):
pass

def shutdown(self):
"""Run when your napp is unloaded.
"""Run when your NApp is unloaded.

If you have some cleanup procedure, insert it here.
"""
Expand Down

0 comments on commit 57e6273

Please sign in to comment.