8000 fix user agent · balanced/balanced-python@b5b2a9c · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit b5b2a9c

Browse files
author
Andrew
committed
fix user agent
1 parent 649fa50 commit b5b2a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

balanced/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def _make_user_agent():
8-
return 'balanced/python/' + __version__
8+
return 'balanced-python/' + __version__
99

1010

1111
class Config(threading.local, object):

0 commit comments

Comments
 (0)
0