~awuerl/blitzortung-python/master

« back to all changes in this revision

Viewing changes to blitzortung/service/strike_grid.py

  • Committer: Andreas Würl
  • Date: 2016-09-14 20:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 392.
  • Revision ID: git-v1:0577158d36adaee55ba3f8a63918b601e8a4edd4
remove pandas dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
                    'h': histogram_data}
109
109
        state.add_info_text(", total %.03fs" % state.get_seconds())
110
110
        state.log_timing('strikes_grid.total')
111
 
        print(state.info_text)
 
111
        print("".join(state.info_text))
112
112
 
113
113
        return response