Changeset 0ae4c1d571469c83bbcb535cbaf8a785db543624
- Timestamp:
- 03/01/07 00:12:23
(2 years ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1172729543 +0000
- git-parent:
[999f24697d46b6c44f37e7512f9939c527ad4860]
- git-author:
- Jason Michalski <armooo@armooo.net> 1172729543 +0000
- Message:
pyTivo
- machine must also be diffrent on the network. Lets use the guid again.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r999f246 |
r0ae4c1d |
|
| 29 | 29 | beacon.append('method=broadcast') |
|---|
| 30 | 30 | beacon.append('identity=%s' % guid) |
|---|
| 31 | | beacon.append('machine=Armooo-Py') |
|---|
| | 31 | beacon.append('machine=%s' % guid) |
|---|
| 32 | 32 | beacon.append('platform=pc') |
|---|
| 33 | 33 | beacon.append('services=' + self.format_services()) |
|---|