Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hiro
GetTor
Commits
1b37f08d
Commit
1b37f08d
authored
May 13, 2019
by
Hiro
🏄
Browse files
Fix print bug
parent
31c217c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/add_lins_to_db
View file @
1b37f08d
...
...
@@ -106,4 +106,4 @@ def main():
if
__name__
==
"__main__"
:
print_header
()
main
()
print_footer
print_footer
()
scripts/create_db
View file @
1b37f08d
...
...
@@ -151,4 +151,4 @@ def main():
if
__name__
==
"__main__"
:
print_header
()
main
()
print_footer
print_footer
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment