Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed Dec 24, 2012
1 parent 5c7ecdc commit 825c738
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cargoscanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ def get_cached_values(eve_types):
obj = cache.get(key)
if obj:
found[eve_type.type_id] = obj
else:
app.logger.warning("Cache Miss. type_id: %s, %s", eve_type.type_id, key)
return found


Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h4>What do I do?</h4>
Scan down a ship using a cargo scanner, click a result in the scan result list that pops up, hit <strong>CTRL + A, hit CTRL + C</strong>, then click on the box in this page and hit <strong>CTRL + V</strong>. It will then give you a readout with more detail in place of this text.
</p>

<h4>What all can I paste in there?</h5>
<h4>What all can I paste in there?</h4>
At first, this started as a simple cargo scan estimator but over time more formats have been added to the parser so you can use it as a more general price checker. Currently the following formats are supported:
<ul>
<li>Cargo Scanner</li>
Expand Down

0 comments on commit 825c738

Please sign in to comment.