Skip to content

Commit

Permalink
Merge pull request #16 from deity-bram/patch-1
Browse files Browse the repository at this point in the history
use correct names for store_db
  • Loading branch information
nchah authored Dec 14, 2018
2 parents 6e10cf8 + cb983cf commit dfbd6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def main():
elif args.save_csv.strip() == 'set_db':
store_db(db_config, repo, traffic_response, 'views')
store_db(db_config, repo, clones_response, 'clones')
store_dbs(db_configs, repo, referrers_response)
store_db(db_config, repo, referrers_response)


else:
Expand Down

0 comments on commit dfbd6d8

Please sign in to comment.