Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
grapediadb committed Sep 12, 2018
1 parent e1799e6 commit 22ee508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def check_login(request):
try:
build_file = os.path.join(settings.BASE_DIR, 'build')
with open(build_file, 'r') as content_file:
build = "-".join(content_file.read().split('-')[2:])[1:]
build = content_file.read()
version = command.__version__ + "." + build
user = request.user
current_compendium = {'id': None, 'compendium_name': None, 'compendium_nick_name': None}
Expand Down

0 comments on commit 22ee508

Please sign in to comment.