Skip to content

Commit

Permalink
Fix issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 committed Jan 21, 2021
1 parent d98a8fc commit b4e13e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WarThunder/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
WT_NOT_RUNNING = -3
OTHER_ERROR = -4
METRICS_PLANES = ['p-', 'f-', 'f2', 'f3', 'f4', 'f6', 'f7', 'f8', 'f9', 'os',
'sb', 'tb', 'a-', 'pb', 'am', 'ad', 'fj', 'b-', 'xp', 'bt',
'xa', 'xf', 'sp', 'hu', 'ty', 'fi', 'gl', 'ni', 'fu', 'fu',
'se', 'bl', 'be', 'su', 'te', 'st', 'mo', 'we', 'ha']
'sb', 'tb', 'a-', 'pb', 'am', 'ad', 'fj', 'b-', 'b_', 'xp',
'bt', 'xa', 'xf', 'sp', 'hu', 'ty', 'fi', 'gl', 'ni', 'fu',
'fu', 'se', 'bl', 'be', 'su', 'te', 'st', 'mo', 'we', 'ha']


def combine_dicts(to_dict, from_dict):
Expand Down

0 comments on commit b4e13e1

Please sign in to comment.