Changeset 00f2d9469dfe9bce49996e55c691e2a1a23051bb
- Timestamp:
- 12/30/07 23:30:12
(11 months ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1199079012 -0600
- git-parent:
[80ef7f6d92f43a7cda15d794f2f5b82231458856]
- git-author:
- William McBrine <wmcbrine@gmail.com> 1198985728 -0500
- Message:
Spelling
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3854c6a |
r00f2d94 |
|
| 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 |
r00f2d94 |
|
| 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') |
|---|