[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
16
share/templates/seedlink/mk6/setup.py
Normal file
16
share/templates/seedlink/mk6/setup.py
Normal file
@ -0,0 +1,16 @@
|
||||
import os
|
||||
|
||||
'''
|
||||
Plugin handler for the MK6 plugin.
|
||||
'''
|
||||
class SeedlinkPluginHandler:
|
||||
# Create defaults
|
||||
def __init__(self): pass
|
||||
|
||||
def push(self, seedlink):
|
||||
return seedlink.net + "." + seedlink.sta
|
||||
|
||||
|
||||
# Flush does nothing
|
||||
def flush(self, seedlink):
|
||||
pass
|
Reference in New Issue
Block a user