Just trying stuff

This commit is contained in:
promostarr 2017-04-17 16:13:25 +01:00
parent 5b2ce9163d
commit c0f8e8f53a
2 changed files with 7 additions and 7 deletions

12
.idea/workspace.xml generated
View file

@ -17,8 +17,8 @@
<file leaf-file-name="Janitor.rb" pinned="false" current-in-tab="true"> <file leaf-file-name="Janitor.rb" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/Janitor.rb"> <entry file="file://$PROJECT_DIR$/Janitor.rb">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="440"> <state relative-caret-position="340">
<caret line="61" column="18" lean-forward="false" selection-start-line="61" selection-start-column="18" selection-end-line="61" selection-end-column="18" /> <caret line="62" column="32" lean-forward="true" selection-start-line="62" selection-start-column="32" selection-end-line="62" selection-end-column="32" />
<folding /> <folding />
</state> </state>
</provider> </provider>
@ -268,12 +268,12 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1492353576138</updated> <updated>1492353576138</updated>
<workItem from="1492353577745" duration="1817000" /> <workItem from="1492353577745" duration="1817000" />
<workItem from="1492433677612" duration="8271000" /> <workItem from="1492433677612" duration="8322000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="10088000" /> <option name="totallyTimeSpent" value="10139000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="0" y="27" width="1920" height="1020" extended-state="6" /> <frame x="0" y="27" width="1920" height="1020" extended-state="6" />
@ -351,8 +351,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Janitor.rb"> <entry file="file://$PROJECT_DIR$/Janitor.rb">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="440"> <state relative-caret-position="340">
<caret line="61" column="18" lean-forward="false" selection-start-line="61" selection-start-column="18" selection-end-line="61" selection-end-column="18" /> <caret line="62" column="32" lean-forward="true" selection-start-line="62" selection-start-column="32" selection-end-line="62" selection-end-column="32" />
<folding /> <folding />
</state> </state>
</provider> </provider>

View file

@ -60,7 +60,7 @@ class Janitor
def move_self(cid) def move_self(cid)
client_id = whoami() client_id = whoami()
puts client_id puts client_id
return move_client(client_id[0]['client_id'], cid) return move_client(client_id['client_id'], cid)
end end