Changeset 7665ab9d7df9fc42bffbbb8802c20ba3a531f585
- Timestamp:
- 12/29/07 21:35:28
(11 months ago)
- Author:
- William McBrine <wmcbrine@gmail.com>
- git-committer:
- William McBrine <wmcbrine@gmail.com> 1198985728 -0500
- git-parent:
[3acd49ee48aa04654c4f96927cbe128a7e3343ad]
- git-author:
- William McBrine <wmcbrine@gmail.com> 1198985728 -0500
- Message:
Spelling
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3854c6a |
r7665ab9 |
|
| 33 | 33 | |
|---|
| 34 | 34 | def send_beacon(self): |
|---|
| 35 | | beacon_ips = config.getBeaconAddreses() |
|---|
| | 35 | beacon_ips = config.getBeaconAddresses() |
|---|
| 36 | 36 | for beacon_ip in beacon_ips.split(): |
|---|
| 37 | 37 | try: |
|---|
| r2a6af85 |
r7665ab9 |
|
| 16 | 16 | return guid |
|---|
| 17 | 17 | |
|---|
| 18 | | def getBeaconAddreses(): |
|---|
| | 18 | def getBeaconAddresses(): |
|---|
| 19 | 19 | if config.has_option('Server', 'beacon'): |
|---|
| 20 | 20 | beacon_ips = config.get('Server', 'beacon') |
|---|