Advertisement
Guest User

Untitled

a guest
Jul 31st, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import tarantool
  2.  
  3. def main():
  4. server = tarantool.connect('localhost', 3301)
  5. sensors2 = server.space('sensors2')
  6. print(server.call('post_temp_data',[])
  7.  
  8. #отправка данных в функцию
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement