Add gPodder's user-agent to mygpoclient

This commit is contained in:
Thomas Perl 2010-01-25 01:09:36 +01:00
parent 5ec758431c
commit 1f8c3c7f7e
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ from gpodder.liblogger import log
from gpodder import util
# Append gPodder's user agent to mygpoclient's user agent
import mygpoclient
mygpoclient.user_agent += ' ' + gpodder.user_agent
from mygpoclient import api
try: